Shades of Summer Sky #42B4D9
Tints of Summer Sky #42B4D9
RGB
CMYK
RGB Variations
Color information
#42B4D9 (or 0x42B4D9) is known color: Summer Sky. HEX triplet: 42, B4 and D9. RGB value is (66,180,217). Sum of RGB (Red+Green+Blue) = 66+180+217=463 (61% of max value = 765). Red value is 66 (26.17% from 255 or 14.25% from 463); Green value is 180 (70.70% from 255 or 38.88% from 463); Blue value is 217 (85.16% from 255 or 46.87% from 463); Max value from RGB is 217 - color contains mainly: blue. Hex color #42B4D9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #42B4D9 is #BD4B26. Grayscale: #959595. Windows color (decimal): -12405543 or 14267458. OLE color: 14267458.
HSL color Cylindrical-coordinate representation of color #42B4D9: hue angle of 194.7º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #42B4D9 is Cyan = 0.70, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 66 | 180 | 217 | - |
| CMYK | 0.70 | 0.17 | 0 | 0.15 |
| HSL | 194.7º | 0.67% | 0.55% | - |
| HSV(B) | 194.7º | 0.7% | 0.85% | - |
| XYZ | 31.09 | 38.81 | 71.5 | - |
| YUV | 150.13 | 165.73 | 67.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 180 | 217 | 0.70 | 0.17 | 0 | 0.15 | 194.7 | 0.67 | 0.55 |
| Hex | 42 | B4 | D9 | 46 | 11 | 0 | F | C3 | 43 | 37 |
| Octal | 102 | 264 | 331 | 106 | 21 | 0 | 17 | 303 | 103 | 67 |
| Binary | 1000010 | 10110100 | 11011001 | 1000110 | 10001 | 0 | 1111 | 11000011 | 1000011 | 110111 |
Color Harmonies of #42B4D9
Complementary color
Monochromatic Colors of #42B4D9
Black with #42B4D9
Text Example
Text Example
White with #42B4D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42B4D9; }
p { color: rgb(66,180,217); }
H1.HeaderClassName
{
color: #42B4D9;
}
.AnyTagClassName
{
color: #42B4D9;
}
</style>
background-color css
<style>
a { background-color: #42B4D9; }
a { background-color: rgb(66,180,217); }
div.DivClassName
{
background-color: #42B4D9;
}
.BgClassName
{
background-color: #42B4D9;
}
</style>
border-color css
<style>
span { border-color: #42B4D9; }
span { border-color: rgb(66,180,217); }
td.TdClassName
{
border-color: #42B4D9;
}
.TagClassName
{
border-color: #42B4D9;
}
</style>