Shades of Summer Sky #42B6D4
Tints of Summer Sky #42B6D4
RGB
CMYK
RGB Variations
Color information
#42B6D4 (or 0x42B6D4) is known color: Summer Sky. HEX triplet: 42, B6 and D4. RGB value is (66,182,212). Sum of RGB (Red+Green+Blue) = 66+182+212=460 (60% of max value = 765). Red value is 66 (26.17% from 255 or 14.35% from 460); Green value is 182 (71.48% from 255 or 39.57% from 460); Blue value is 212 (83.20% from 255 or 46.09% from 460); Max value from RGB is 212 - color contains mainly: blue. Hex color #42B6D4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #42B6D4 is #BD492B. Grayscale: #969696. Windows color (decimal): -12405036 or 13940290. OLE color: 13940290.
HSL color Cylindrical-coordinate representation of color #42B6D4: hue angle of 192.33º degrees, saturation: 0.63, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #42B6D4 is Cyan = 0.69, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 66 | 182 | 212 | - |
| CMYK | 0.69 | 0.14 | 0 | 0.17 |
| HSL | 192.33º | 0.63% | 0.55% | - |
| HSV(B) | 192.33º | 0.69% | 0.83% | - |
| XYZ | 30.86 | 39.37 | 68.26 | - |
| YUV | 150.74 | 162.57 | 67.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 182 | 212 | 0.69 | 0.14 | 0 | 0.17 | 192.33 | 0.63 | 0.55 |
| Hex | 42 | B6 | D4 | 45 | E | 0 | 11 | C0 | 3F | 37 |
| Octal | 102 | 266 | 324 | 105 | 16 | 0 | 21 | 300 | 77 | 67 |
| Binary | 1000010 | 10110110 | 11010100 | 1000101 | 1110 | 0 | 10001 | 11000000 | 111111 | 110111 |
Color Harmonies of #42B6D4
Complementary color
Monochromatic Colors of #42B6D4
Black with #42B6D4
Text Example
Text Example
White with #42B6D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42B6D4; }
p { color: rgb(66,182,212); }
H1.HeaderClassName
{
color: #42B6D4;
}
.AnyTagClassName
{
color: #42B6D4;
}
</style>
background-color css
<style>
a { background-color: #42B6D4; }
a { background-color: rgb(66,182,212); }
div.DivClassName
{
background-color: #42B6D4;
}
.BgClassName
{
background-color: #42B6D4;
}
</style>
border-color css
<style>
span { border-color: #42B6D4; }
span { border-color: rgb(66,182,212); }
td.TdClassName
{
border-color: #42B6D4;
}
.TagClassName
{
border-color: #42B6D4;
}
</style>