Shades of Summer Sky #42BCED
Tints of Summer Sky #42BCED
RGB
CMYK
RGB Variations
Color information
#42BCED (or 0x42BCED) is known color: Summer Sky. HEX triplet: 42, BC and ED. RGB value is (66,188,237). Sum of RGB (Red+Green+Blue) = 66+188+237=491 (65% of max value = 765). Red value is 66 (26.17% from 255 or 13.44% from 491); Green value is 188 (73.83% from 255 or 38.29% from 491); Blue value is 237 (92.97% from 255 or 48.27% from 491); Max value from RGB is 237 - color contains mainly: blue. Hex color #42BCED is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #42BCED is #BD4312. Grayscale: #9C9C9C. Windows color (decimal): -12403475 or 15580226. OLE color: 15580226.
HSL color Cylindrical-coordinate representation of color #42BCED: hue angle of 197.19º 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 #42BCED is Cyan = 0.72, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 66 | 188 | 237 | - |
| CMYK | 0.72 | 0.21 | 0 | 0.07 |
| HSL | 197.19º | 0.83% | 0.59% | - |
| HSV(B) | 197.19º | 0.72% | 0.93% | - |
| XYZ | 35.52 | 43.24 | 86.59 | - |
| YUV | 157.11 | 173.08 | 63.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 188 | 237 | 0.72 | 0.21 | 0 | 0.07 | 197.19 | 0.83 | 0.59 |
| Hex | 42 | BC | ED | 48 | 15 | 0 | 7 | C5 | 53 | 3B |
| Octal | 102 | 274 | 355 | 110 | 25 | 0 | 7 | 305 | 123 | 73 |
| Binary | 1000010 | 10111100 | 11101101 | 1001000 | 10101 | 0 | 111 | 11000101 | 1010011 | 111011 |
Color Harmonies of #42BCED
Complementary color
Monochromatic Colors of #42BCED
Black with #42BCED
Text Example
Text Example
White with #42BCED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42BCED; }
p { color: rgb(66,188,237); }
H1.HeaderClassName
{
color: #42BCED;
}
.AnyTagClassName
{
color: #42BCED;
}
</style>
background-color css
<style>
a { background-color: #42BCED; }
a { background-color: rgb(66,188,237); }
div.DivClassName
{
background-color: #42BCED;
}
.BgClassName
{
background-color: #42BCED;
}
</style>
border-color css
<style>
span { border-color: #42BCED; }
span { border-color: rgb(66,188,237); }
td.TdClassName
{
border-color: #42BCED;
}
.TagClassName
{
border-color: #42BCED;
}
</style>