Shades of Summer Sky #42ABFF
Tints of Summer Sky #42ABFF
RGB
CMYK
RGB Variations
Color information
#42ABFF (or 0x42ABFF) is known color: Summer Sky. HEX triplet: 42, AB and FF. RGB value is (66,171,255). Sum of RGB (Red+Green+Blue) = 66+171+255=492 (65% of max value = 765). Red value is 66 (26.17% from 255 or 13.41% from 492); Green value is 171 (67.19% from 255 or 34.76% from 492); Blue value is 255 (100% from 255 or 51.83% from 492); Max value from RGB is 255 - color contains mainly: blue. Hex color #42ABFF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #42ABFF is #BD5400. Grayscale: #949494. Windows color (decimal): -12407809 or 16755522. OLE color: 16755522.
HSL color Cylindrical-coordinate representation of color #42ABFF: hue angle of 206.67º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #42ABFF is Cyan = 0.74, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 66 | 171 | 255 | - |
| CMYK | 0.74 | 0.33 | 0 | 0 |
| HSL | 206.67º | 1% | 0.63% | - |
| HSV(B) | 206.67º | 0.74% | 1% | - |
| XYZ | 34.86 | 37.5 | 100.01 | - |
| YUV | 149.18 | 187.71 | 68.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 171 | 255 | 0.74 | 0.33 | 0 | 0 | 206.67 | 1 | 0.63 |
| Hex | 42 | AB | FF | 4A | 21 | 0 | 0 | CF | 64 | 3F |
| Octal | 102 | 253 | 377 | 112 | 41 | 0 | 0 | 317 | 144 | 77 |
| Binary | 1000010 | 10101011 | 11111111 | 1001010 | 100001 | 0 | 0 | 11001111 | 1100100 | 111111 |
Color Harmonies of #42ABFF
Complementary color
Monochromatic Colors of #42ABFF
Black with #42ABFF
Text Example
Text Example
White with #42ABFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42ABFF; }
p { color: rgb(66,171,255); }
H1.HeaderClassName
{
color: #42ABFF;
}
.AnyTagClassName
{
color: #42ABFF;
}
</style>
background-color css
<style>
a { background-color: #42ABFF; }
a { background-color: rgb(66,171,255); }
div.DivClassName
{
background-color: #42ABFF;
}
.BgClassName
{
background-color: #42ABFF;
}
</style>
border-color css
<style>
span { border-color: #42ABFF; }
span { border-color: rgb(66,171,255); }
td.TdClassName
{
border-color: #42ABFF;
}
.TagClassName
{
border-color: #42ABFF;
}
</style>