Shades of Summer Sky #42CFFE
Tints of Summer Sky #42CFFE
RGB
CMYK
RGB Variations
Color information
#42CFFE (or 0x42CFFE) is known color: Summer Sky. HEX triplet: 42, CF and FE. RGB value is (66,207,254). Sum of RGB (Red+Green+Blue) = 66+207+254=527 (69% of max value = 765). Red value is 66 (26.17% from 255 or 12.52% from 527); Green value is 207 (81.25% from 255 or 39.28% from 527); Blue value is 254 (99.61% from 255 or 48.20% from 527); Max value from RGB is 254 - color contains mainly: blue. Hex color #42CFFE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #42CFFE is #BD3001. Grayscale: #A9A9A9. Windows color (decimal): -12398594 or 16699202. OLE color: 16699202.
HSL color Cylindrical-coordinate representation of color #42CFFE: hue angle of 195º 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 #42CFFE is Cyan = 0.74, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 66 | 207 | 254 | - |
| CMYK | 0.74 | 0.19 | 0 | 0.00 |
| HSL | 195º | 0.99% | 0.63% | - |
| HSV(B) | 195º | 0.74% | 1% | - |
| XYZ | 42.45 | 52.94 | 101.75 | - |
| YUV | 170.2 | 175.29 | 53.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 207 | 254 | 0.74 | 0.19 | 0 | 0.00 | 195 | 0.99 | 0.63 |
| Hex | 42 | CF | FE | 4A | 13 | 0 | 0 | C3 | 63 | 3F |
| Octal | 102 | 317 | 376 | 112 | 23 | 0 | 0 | 303 | 143 | 77 |
| Binary | 1000010 | 11001111 | 11111110 | 1001010 | 10011 | 0 | 0 | 11000011 | 1100011 | 111111 |
Color Harmonies of #42CFFE
Complementary color
Monochromatic Colors of #42CFFE
Black with #42CFFE
Text Example
Text Example
White with #42CFFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42CFFE; }
p { color: rgb(66,207,254); }
H1.HeaderClassName
{
color: #42CFFE;
}
.AnyTagClassName
{
color: #42CFFE;
}
</style>
background-color css
<style>
a { background-color: #42CFFE; }
a { background-color: rgb(66,207,254); }
div.DivClassName
{
background-color: #42CFFE;
}
.BgClassName
{
background-color: #42CFFE;
}
</style>
border-color css
<style>
span { border-color: #42CFFE; }
span { border-color: rgb(66,207,254); }
td.TdClassName
{
border-color: #42CFFE;
}
.TagClassName
{
border-color: #42CFFE;
}
</style>