Shades of Summer Sky #42ABF2
Tints of Summer Sky #42ABF2
RGB
CMYK
RGB Variations
Color information
#42ABF2 (or 0x42ABF2) is known color: Summer Sky. HEX triplet: 42, AB and F2. RGB value is (66,171,242). Sum of RGB (Red+Green+Blue) = 66+171+242=479 (63% of max value = 765). Red value is 66 (26.17% from 255 or 13.78% from 479); Green value is 171 (67.19% from 255 or 35.70% from 479); Blue value is 242 (94.92% from 255 or 50.52% from 479); Max value from RGB is 242 - color contains mainly: blue. Hex color #42ABF2 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #42ABF2 is #BD540D. Grayscale: #939393. Windows color (decimal): -12407822 or 15903554. OLE color: 15903554.
HSL color Cylindrical-coordinate representation of color #42ABF2: hue angle of 204.2º degrees, saturation: 0.87, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #42ABF2 is Cyan = 0.73, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 66 | 171 | 242 | - |
| CMYK | 0.73 | 0.29 | 0 | 0.05 |
| HSL | 204.2º | 0.87% | 0.6% | - |
| HSV(B) | 204.2º | 0.73% | 0.95% | - |
| XYZ | 32.84 | 36.69 | 89.36 | - |
| YUV | 147.7 | 181.21 | 69.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 171 | 242 | 0.73 | 0.29 | 0 | 0.05 | 204.2 | 0.87 | 0.6 |
| Hex | 42 | AB | F2 | 49 | 1D | 0 | 5 | CC | 57 | 3C |
| Octal | 102 | 253 | 362 | 111 | 35 | 0 | 5 | 314 | 127 | 74 |
| Binary | 1000010 | 10101011 | 11110010 | 1001001 | 11101 | 0 | 101 | 11001100 | 1010111 | 111100 |
Color Harmonies of #42ABF2
Complementary color
Monochromatic Colors of #42ABF2
Black with #42ABF2
Text Example
Text Example
White with #42ABF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42ABF2; }
p { color: rgb(66,171,242); }
H1.HeaderClassName
{
color: #42ABF2;
}
.AnyTagClassName
{
color: #42ABF2;
}
</style>
background-color css
<style>
a { background-color: #42ABF2; }
a { background-color: rgb(66,171,242); }
div.DivClassName
{
background-color: #42ABF2;
}
.BgClassName
{
background-color: #42ABF2;
}
</style>
border-color css
<style>
span { border-color: #42ABF2; }
span { border-color: rgb(66,171,242); }
td.TdClassName
{
border-color: #42ABF2;
}
.TagClassName
{
border-color: #42ABF2;
}
</style>