Shades of Summer Sky #42B7DE
Tints of Summer Sky #42B7DE
RGB
CMYK
RGB Variations
Color information
#42B7DE (or 0x42B7DE) is known color: Summer Sky. HEX triplet: 42, B7 and DE. RGB value is (66,183,222). Sum of RGB (Red+Green+Blue) = 66+183+222=471 (62% of max value = 765). Red value is 66 (26.17% from 255 or 14.01% from 471); Green value is 183 (71.88% from 255 or 38.85% from 471); Blue value is 222 (87.11% from 255 or 47.13% from 471); Max value from RGB is 222 - color contains mainly: blue. Hex color #42B7DE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #42B7DE is #BD4821. Grayscale: #989898. Windows color (decimal): -12404770 or 14595906. OLE color: 14595906.
HSL color Cylindrical-coordinate representation of color #42B7DE: hue angle of 195º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #42B7DE is Cyan = 0.70, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 66 | 183 | 222 | - |
| CMYK | 0.70 | 0.18 | 0 | 0.13 |
| HSL | 195º | 0.7% | 0.56% | - |
| HSV(B) | 195º | 0.7% | 0.87% | - |
| XYZ | 32.37 | 40.3 | 75.18 | - |
| YUV | 152.46 | 167.24 | 66.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 183 | 222 | 0.70 | 0.18 | 0 | 0.13 | 195 | 0.7 | 0.56 |
| Hex | 42 | B7 | DE | 46 | 12 | 0 | D | C3 | 46 | 38 |
| Octal | 102 | 267 | 336 | 106 | 22 | 0 | 15 | 303 | 106 | 70 |
| Binary | 1000010 | 10110111 | 11011110 | 1000110 | 10010 | 0 | 1101 | 11000011 | 1000110 | 111000 |
Color Harmonies of #42B7DE
Complementary color
Monochromatic Colors of #42B7DE
Black with #42B7DE
Text Example
Text Example
White with #42B7DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42B7DE; }
p { color: rgb(66,183,222); }
H1.HeaderClassName
{
color: #42B7DE;
}
.AnyTagClassName
{
color: #42B7DE;
}
</style>
background-color css
<style>
a { background-color: #42B7DE; }
a { background-color: rgb(66,183,222); }
div.DivClassName
{
background-color: #42B7DE;
}
.BgClassName
{
background-color: #42B7DE;
}
</style>
border-color css
<style>
span { border-color: #42B7DE; }
span { border-color: rgb(66,183,222); }
td.TdClassName
{
border-color: #42B7DE;
}
.TagClassName
{
border-color: #42B7DE;
}
</style>