Shades of Summer Sky #42CFEE
Tints of Summer Sky #42CFEE
RGB
CMYK
RGB Variations
Color information
#42CFEE (or 0x42CFEE) is known color: Summer Sky. HEX triplet: 42, CF and EE. RGB value is (66,207,238). Sum of RGB (Red+Green+Blue) = 66+207+238=511 (67% of max value = 765). Red value is 66 (26.17% from 255 or 12.92% from 511); Green value is 207 (81.25% from 255 or 40.51% from 511); Blue value is 238 (93.36% from 255 or 46.58% from 511); Max value from RGB is 238 - color contains mainly: blue. Hex color #42CFEE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #42CFEE is #BD3011. Grayscale: #A8A8A8. Windows color (decimal): -12398610 or 15650626. OLE color: 15650626.
HSL color Cylindrical-coordinate representation of color #42CFEE: hue angle of 190.81º degrees, saturation: 0.83, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #42CFEE is Cyan = 0.72, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 66 | 207 | 238 | - |
| CMYK | 0.72 | 0.13 | 0 | 0.07 |
| HSL | 190.81º | 0.83% | 0.6% | - |
| HSV(B) | 190.81º | 0.72% | 0.93% | - |
| XYZ | 39.99 | 51.96 | 88.81 | - |
| YUV | 168.38 | 167.29 | 54.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 207 | 238 | 0.72 | 0.13 | 0 | 0.07 | 190.81 | 0.83 | 0.6 |
| Hex | 42 | CF | EE | 48 | D | 0 | 7 | BF | 53 | 3C |
| Octal | 102 | 317 | 356 | 110 | 15 | 0 | 7 | 277 | 123 | 74 |
| Binary | 1000010 | 11001111 | 11101110 | 1001000 | 1101 | 0 | 111 | 10111111 | 1010011 | 111100 |
Color Harmonies of #42CFEE
Complementary color
Monochromatic Colors of #42CFEE
Black with #42CFEE
Text Example
Text Example
White with #42CFEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42CFEE; }
p { color: rgb(66,207,238); }
H1.HeaderClassName
{
color: #42CFEE;
}
.AnyTagClassName
{
color: #42CFEE;
}
</style>
background-color css
<style>
a { background-color: #42CFEE; }
a { background-color: rgb(66,207,238); }
div.DivClassName
{
background-color: #42CFEE;
}
.BgClassName
{
background-color: #42CFEE;
}
</style>
border-color css
<style>
span { border-color: #42CFEE; }
span { border-color: rgb(66,207,238); }
td.TdClassName
{
border-color: #42CFEE;
}
.TagClassName
{
border-color: #42CFEE;
}
</style>