Shades of Summer Sky #42BCEF
Tints of Summer Sky #42BCEF
RGB
CMYK
RGB Variations
Color information
#42BCEF (or 0x42BCEF) is known color: Summer Sky. HEX triplet: 42, BC and EF. RGB value is (66,188,239). Sum of RGB (Red+Green+Blue) = 66+188+239=493 (65% of max value = 765). Red value is 66 (26.17% from 255 or 13.39% from 493); Green value is 188 (73.83% from 255 or 38.13% from 493); Blue value is 239 (93.75% from 255 or 48.48% from 493); Max value from RGB is 239 - color contains mainly: blue. Hex color #42BCEF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #42BCEF is #BD4310. Grayscale: #9D9D9D. Windows color (decimal): -12403473 or 15711298. OLE color: 15711298.
HSL color Cylindrical-coordinate representation of color #42BCEF: hue angle of 197.69º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #42BCEF is Cyan = 0.72, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 66 | 188 | 239 | - |
| CMYK | 0.72 | 0.21 | 0 | 0.06 |
| HSL | 197.69º | 0.84% | 0.6% | - |
| HSV(B) | 197.69º | 0.72% | 0.94% | - |
| XYZ | 35.81 | 43.36 | 88.14 | - |
| YUV | 157.34 | 174.08 | 62.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 188 | 239 | 0.72 | 0.21 | 0 | 0.06 | 197.69 | 0.84 | 0.6 |
| Hex | 42 | BC | EF | 48 | 15 | 0 | 6 | C6 | 54 | 3C |
| Octal | 102 | 274 | 357 | 110 | 25 | 0 | 6 | 306 | 124 | 74 |
| Binary | 1000010 | 10111100 | 11101111 | 1001000 | 10101 | 0 | 110 | 11000110 | 1010100 | 111100 |
Color Harmonies of #42BCEF
Complementary color
Monochromatic Colors of #42BCEF
Black with #42BCEF
Text Example
Text Example
White with #42BCEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42BCEF; }
p { color: rgb(66,188,239); }
H1.HeaderClassName
{
color: #42BCEF;
}
.AnyTagClassName
{
color: #42BCEF;
}
</style>
background-color css
<style>
a { background-color: #42BCEF; }
a { background-color: rgb(66,188,239); }
div.DivClassName
{
background-color: #42BCEF;
}
.BgClassName
{
background-color: #42BCEF;
}
</style>
border-color css
<style>
span { border-color: #42BCEF; }
span { border-color: rgb(66,188,239); }
td.TdClassName
{
border-color: #42BCEF;
}
.TagClassName
{
border-color: #42BCEF;
}
</style>