Shades of Summer Sky #30ABF2
Tints of Summer Sky #30ABF2
RGB
CMYK
RGB Variations
Color information
#30ABF2 (or 0x30ABF2) is known color: Summer Sky. HEX triplet: 30, AB and F2. RGB value is (48,171,242). Sum of RGB (Red+Green+Blue) = 48+171+242=461 (61% of max value = 765). Red value is 48 (19.14% from 255 or 10.41% from 461); Green value is 171 (67.19% from 255 or 37.09% from 461); Blue value is 242 (94.92% from 255 or 52.49% from 461); Max value from RGB is 242 - color contains mainly: blue. Hex color #30ABF2 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #30ABF2 is #CF540D. Grayscale: #8D8D8D. Windows color (decimal): -13587470 or 15903536. OLE color: 15903536.
HSL color Cylindrical-coordinate representation of color #30ABF2: hue angle of 201.96º degrees, saturation: 0.88, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #30ABF2 is Cyan = 0.80, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 48 | 171 | 242 | - |
| CMYK | 0.80 | 0.29 | 0 | 0.05 |
| HSL | 201.96º | 0.88% | 0.57% | - |
| HSV(B) | 201.96º | 0.8% | 0.95% | - |
| XYZ | 31.81 | 36.17 | 89.31 | - |
| YUV | 142.32 | 184.25 | 60.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 171 | 242 | 0.80 | 0.29 | 0 | 0.05 | 201.96 | 0.88 | 0.57 |
| Hex | 30 | AB | F2 | 50 | 1D | 0 | 5 | CA | 58 | 39 |
| Octal | 60 | 253 | 362 | 120 | 35 | 0 | 5 | 312 | 130 | 71 |
| Binary | 110000 | 10101011 | 11110010 | 1010000 | 11101 | 0 | 101 | 11001010 | 1011000 | 111001 |
Color Harmonies of #30ABF2
Complementary color
Monochromatic Colors of #30ABF2
Black with #30ABF2
Text Example
Text Example
White with #30ABF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30ABF2; }
p { color: rgb(48,171,242); }
H1.HeaderClassName
{
color: #30ABF2;
}
.AnyTagClassName
{
color: #30ABF2;
}
</style>
background-color css
<style>
a { background-color: #30ABF2; }
a { background-color: rgb(48,171,242); }
div.DivClassName
{
background-color: #30ABF2;
}
.BgClassName
{
background-color: #30ABF2;
}
</style>
border-color css
<style>
span { border-color: #30ABF2; }
span { border-color: rgb(48,171,242); }
td.TdClassName
{
border-color: #30ABF2;
}
.TagClassName
{
border-color: #30ABF2;
}
</style>