Shades of Summer Sky #42CCEE
Tints of Summer Sky #42CCEE
RGB
CMYK
RGB Variations
Color information
#42CCEE (or 0x42CCEE) is known color: Summer Sky. HEX triplet: 42, CC and EE. RGB value is (66,204,238). Sum of RGB (Red+Green+Blue) = 66+204+238=508 (67% of max value = 765). Red value is 66 (26.17% from 255 or 12.99% from 508); Green value is 204 (80.08% from 255 or 40.16% from 508); Blue value is 238 (93.36% from 255 or 46.85% from 508); Max value from RGB is 238 - color contains mainly: blue. Hex color #42CCEE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #42CCEE is #BD3311. Grayscale: #A6A6A6. Windows color (decimal): -12399378 or 15649858. OLE color: 15649858.
HSL color Cylindrical-coordinate representation of color #42CCEE: hue angle of 191.86º 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 #42CCEE is Cyan = 0.72, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 66 | 204 | 238 | - |
| CMYK | 0.72 | 0.14 | 0 | 0.07 |
| HSL | 191.86º | 0.83% | 0.6% | - |
| HSV(B) | 191.86º | 0.72% | 0.93% | - |
| XYZ | 39.27 | 50.52 | 88.57 | - |
| YUV | 166.61 | 168.28 | 56.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 204 | 238 | 0.72 | 0.14 | 0 | 0.07 | 191.86 | 0.83 | 0.6 |
| Hex | 42 | CC | EE | 48 | E | 0 | 7 | C0 | 53 | 3C |
| Octal | 102 | 314 | 356 | 110 | 16 | 0 | 7 | 300 | 123 | 74 |
| Binary | 1000010 | 11001100 | 11101110 | 1001000 | 1110 | 0 | 111 | 11000000 | 1010011 | 111100 |
Color Harmonies of #42CCEE
Complementary color
Monochromatic Colors of #42CCEE
Black with #42CCEE
Text Example
Text Example
White with #42CCEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42CCEE; }
p { color: rgb(66,204,238); }
H1.HeaderClassName
{
color: #42CCEE;
}
.AnyTagClassName
{
color: #42CCEE;
}
</style>
background-color css
<style>
a { background-color: #42CCEE; }
a { background-color: rgb(66,204,238); }
div.DivClassName
{
background-color: #42CCEE;
}
.BgClassName
{
background-color: #42CCEE;
}
</style>
border-color css
<style>
span { border-color: #42CCEE; }
span { border-color: rgb(66,204,238); }
td.TdClassName
{
border-color: #42CCEE;
}
.TagClassName
{
border-color: #42CCEE;
}
</style>