Shades of Summer Sky #42BCE0
Tints of Summer Sky #42BCE0
RGB
CMYK
RGB Variations
Color information
#42BCE0 (or 0x42BCE0) is known color: Summer Sky. HEX triplet: 42, BC and E0. RGB value is (66,188,224). Sum of RGB (Red+Green+Blue) = 66+188+224=478 (63% of max value = 765). Red value is 66 (26.17% from 255 or 13.81% from 478); Green value is 188 (73.83% from 255 or 39.33% from 478); Blue value is 224 (87.89% from 255 or 46.86% from 478); Max value from RGB is 224 - color contains mainly: blue. Hex color #42BCE0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #42BCE0 is #BD431F. Grayscale: #9B9B9B. Windows color (decimal): -12403488 or 14728258. OLE color: 14728258.
HSL color Cylindrical-coordinate representation of color #42BCE0: hue angle of 193.67º degrees, saturation: 0.72, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #42BCE0 is Cyan = 0.71, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 66 | 188 | 224 | - |
| CMYK | 0.71 | 0.16 | 0 | 0.12 |
| HSL | 193.67º | 0.72% | 0.57% | - |
| HSV(B) | 193.67º | 0.71% | 0.88% | - |
| XYZ | 33.68 | 42.51 | 76.95 | - |
| YUV | 155.63 | 166.58 | 64.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 188 | 224 | 0.71 | 0.16 | 0 | 0.12 | 193.67 | 0.72 | 0.57 |
| Hex | 42 | BC | E0 | 47 | 10 | 0 | C | C2 | 48 | 39 |
| Octal | 102 | 274 | 340 | 107 | 20 | 0 | 14 | 302 | 110 | 71 |
| Binary | 1000010 | 10111100 | 11100000 | 1000111 | 10000 | 0 | 1100 | 11000010 | 1001000 | 111001 |
Color Harmonies of #42BCE0
Complementary color
Monochromatic Colors of #42BCE0
Black with #42BCE0
Text Example
Text Example
White with #42BCE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42BCE0; }
p { color: rgb(66,188,224); }
H1.HeaderClassName
{
color: #42BCE0;
}
.AnyTagClassName
{
color: #42BCE0;
}
</style>
background-color css
<style>
a { background-color: #42BCE0; }
a { background-color: rgb(66,188,224); }
div.DivClassName
{
background-color: #42BCE0;
}
.BgClassName
{
background-color: #42BCE0;
}
</style>
border-color css
<style>
span { border-color: #42BCE0; }
span { border-color: rgb(66,188,224); }
td.TdClassName
{
border-color: #42BCE0;
}
.TagClassName
{
border-color: #42BCE0;
}
</style>