Shades of Summer Sky #42CEED
Tints of Summer Sky #42CEED
RGB
CMYK
RGB Variations
Color information
#42CEED (or 0x42CEED) is known color: Summer Sky. HEX triplet: 42, CE and ED. RGB value is (66,206,237). Sum of RGB (Red+Green+Blue) = 66+206+237=509 (67% of max value = 765). Red value is 66 (26.17% from 255 or 12.97% from 509); Green value is 206 (80.86% from 255 or 40.47% from 509); Blue value is 237 (92.97% from 255 or 46.56% from 509); Max value from RGB is 237 - color contains mainly: blue. Hex color #42CEED is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #42CEED is #BD3112. Grayscale: #A7A7A7. Windows color (decimal): -12398867 or 15584834. OLE color: 15584834.
HSL color Cylindrical-coordinate representation of color #42CEED: hue angle of 190.88º degrees, saturation: 0.83, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #42CEED is Cyan = 0.72, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 66 | 206 | 237 | - |
| CMYK | 0.72 | 0.13 | 0 | 0.07 |
| HSL | 190.88º | 0.83% | 0.59% | - |
| HSV(B) | 190.88º | 0.72% | 0.93% | - |
| XYZ | 39.6 | 51.42 | 87.96 | - |
| YUV | 167.67 | 167.12 | 55.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 206 | 237 | 0.72 | 0.13 | 0 | 0.07 | 190.88 | 0.83 | 0.59 |
| Hex | 42 | CE | ED | 48 | D | 0 | 7 | BF | 53 | 3B |
| Octal | 102 | 316 | 355 | 110 | 15 | 0 | 7 | 277 | 123 | 73 |
| Binary | 1000010 | 11001110 | 11101101 | 1001000 | 1101 | 0 | 111 | 10111111 | 1010011 | 111011 |
Color Harmonies of #42CEED
Complementary color
Monochromatic Colors of #42CEED
Black with #42CEED
Text Example
Text Example
White with #42CEED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42CEED; }
p { color: rgb(66,206,237); }
H1.HeaderClassName
{
color: #42CEED;
}
.AnyTagClassName
{
color: #42CEED;
}
</style>
background-color css
<style>
a { background-color: #42CEED; }
a { background-color: rgb(66,206,237); }
div.DivClassName
{
background-color: #42CEED;
}
.BgClassName
{
background-color: #42CEED;
}
</style>
border-color css
<style>
span { border-color: #42CEED; }
span { border-color: rgb(66,206,237); }
td.TdClassName
{
border-color: #42CEED;
}
.TagClassName
{
border-color: #42CEED;
}
</style>