Shades of Summer Sky #42ABFE
Tints of Summer Sky #42ABFE
RGB
CMYK
RGB Variations
Color information
#42ABFE (or 0x42ABFE) is known color: Summer Sky. HEX triplet: 42, AB and FE. RGB value is (66,171,254). Sum of RGB (Red+Green+Blue) = 66+171+254=491 (65% of max value = 765). Red value is 66 (26.17% from 255 or 13.44% from 491); Green value is 171 (67.19% from 255 or 34.83% from 491); Blue value is 254 (99.61% from 255 or 51.73% from 491); Max value from RGB is 254 - color contains mainly: blue. Hex color #42ABFE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #42ABFE is #BD5401. Grayscale: #949494. Windows color (decimal): -12407810 or 16689986. OLE color: 16689986.
HSL color Cylindrical-coordinate representation of color #42ABFE: hue angle of 206.49º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #42ABFE is Cyan = 0.74, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 66 | 171 | 254 | - |
| CMYK | 0.74 | 0.33 | 0 | 0.00 |
| HSL | 206.49º | 0.99% | 0.63% | - |
| HSV(B) | 206.49º | 0.74% | 1% | - |
| XYZ | 34.7 | 37.44 | 99.16 | - |
| YUV | 149.07 | 187.21 | 68.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 171 | 254 | 0.74 | 0.33 | 0 | 0.00 | 206.49 | 0.99 | 0.63 |
| Hex | 42 | AB | FE | 4A | 21 | 0 | 0 | CE | 63 | 3F |
| Octal | 102 | 253 | 376 | 112 | 41 | 0 | 0 | 316 | 143 | 77 |
| Binary | 1000010 | 10101011 | 11111110 | 1001010 | 100001 | 0 | 0 | 11001110 | 1100011 | 111111 |
Color Harmonies of #42ABFE
Complementary color
Monochromatic Colors of #42ABFE
Black with #42ABFE
Text Example
Text Example
White with #42ABFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42ABFE; }
p { color: rgb(66,171,254); }
H1.HeaderClassName
{
color: #42ABFE;
}
.AnyTagClassName
{
color: #42ABFE;
}
</style>
background-color css
<style>
a { background-color: #42ABFE; }
a { background-color: rgb(66,171,254); }
div.DivClassName
{
background-color: #42ABFE;
}
.BgClassName
{
background-color: #42ABFE;
}
</style>
border-color css
<style>
span { border-color: #42ABFE; }
span { border-color: rgb(66,171,254); }
td.TdClassName
{
border-color: #42ABFE;
}
.TagClassName
{
border-color: #42ABFE;
}
</style>