Shades of Summer Sky #42CFF5
Tints of Summer Sky #42CFF5
RGB
CMYK
RGB Variations
Color information
#42CFF5 (or 0x42CFF5) is known color: Summer Sky. HEX triplet: 42, CF and F5. RGB value is (66,207,245). Sum of RGB (Red+Green+Blue) = 66+207+245=518 (68% of max value = 765). Red value is 66 (26.17% from 255 or 12.74% from 518); Green value is 207 (81.25% from 255 or 39.96% from 518); Blue value is 245 (96.09% from 255 or 47.30% from 518); Max value from RGB is 245 - color contains mainly: blue. Hex color #42CFF5 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #42CFF5 is #BD300A. Grayscale: #A8A8A8. Windows color (decimal): -12398603 or 16109378. OLE color: 16109378.
HSL color Cylindrical-coordinate representation of color #42CFF5: hue angle of 192.74º degrees, saturation: 0.9, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #42CFF5 is Cyan = 0.73, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 66 | 207 | 245 | - |
| CMYK | 0.73 | 0.16 | 0 | 0.04 |
| HSL | 192.74º | 0.9% | 0.61% | - |
| HSV(B) | 192.74º | 0.73% | 0.96% | - |
| XYZ | 41.04 | 52.38 | 94.33 | - |
| YUV | 169.17 | 170.79 | 54.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 207 | 245 | 0.73 | 0.16 | 0 | 0.04 | 192.74 | 0.9 | 0.61 |
| Hex | 42 | CF | F5 | 49 | 10 | 0 | 4 | C1 | 5A | 3D |
| Octal | 102 | 317 | 365 | 111 | 20 | 0 | 4 | 301 | 132 | 75 |
| Binary | 1000010 | 11001111 | 11110101 | 1001001 | 10000 | 0 | 100 | 11000001 | 1011010 | 111101 |
Color Harmonies of #42CFF5
Complementary color
Monochromatic Colors of #42CFF5
Black with #42CFF5
Text Example
Text Example
White with #42CFF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42CFF5; }
p { color: rgb(66,207,245); }
H1.HeaderClassName
{
color: #42CFF5;
}
.AnyTagClassName
{
color: #42CFF5;
}
</style>
background-color css
<style>
a { background-color: #42CFF5; }
a { background-color: rgb(66,207,245); }
div.DivClassName
{
background-color: #42CFF5;
}
.BgClassName
{
background-color: #42CFF5;
}
</style>
border-color css
<style>
span { border-color: #42CFF5; }
span { border-color: rgb(66,207,245); }
td.TdClassName
{
border-color: #42CFF5;
}
.TagClassName
{
border-color: #42CFF5;
}
</style>