Shades of Summer Sky #42BEDE
Tints of Summer Sky #42BEDE
RGB
CMYK
RGB Variations
Color information
#42BEDE (or 0x42BEDE) is known color: Summer Sky. HEX triplet: 42, BE and DE. RGB value is (66,190,222). Sum of RGB (Red+Green+Blue) = 66+190+222=478 (63% of max value = 765). Red value is 66 (26.17% from 255 or 13.81% from 478); Green value is 190 (74.61% from 255 or 39.75% from 478); Blue value is 222 (87.11% from 255 or 46.44% from 478); Max value from RGB is 222 - color contains mainly: blue. Hex color #42BEDE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #42BEDE is #BD4121. Grayscale: #9C9C9C. Windows color (decimal): -12402978 or 14597698. OLE color: 14597698.
HSL color Cylindrical-coordinate representation of color #42BEDE: hue angle of 192.31º 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 #42BEDE is Cyan = 0.70, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 66 | 190 | 222 | - |
| CMYK | 0.70 | 0.14 | 0 | 0.13 |
| HSL | 192.31º | 0.7% | 0.56% | - |
| HSV(B) | 192.31º | 0.7% | 0.87% | - |
| XYZ | 33.85 | 43.26 | 75.67 | - |
| YUV | 156.57 | 164.92 | 63.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 190 | 222 | 0.70 | 0.14 | 0 | 0.13 | 192.31 | 0.7 | 0.56 |
| Hex | 42 | BE | DE | 46 | E | 0 | D | C0 | 46 | 38 |
| Octal | 102 | 276 | 336 | 106 | 16 | 0 | 15 | 300 | 106 | 70 |
| Binary | 1000010 | 10111110 | 11011110 | 1000110 | 1110 | 0 | 1101 | 11000000 | 1000110 | 111000 |
Color Harmonies of #42BEDE
Complementary color
Monochromatic Colors of #42BEDE
Black with #42BEDE
Text Example
Text Example
White with #42BEDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42BEDE; }
p { color: rgb(66,190,222); }
H1.HeaderClassName
{
color: #42BEDE;
}
.AnyTagClassName
{
color: #42BEDE;
}
</style>
background-color css
<style>
a { background-color: #42BEDE; }
a { background-color: rgb(66,190,222); }
div.DivClassName
{
background-color: #42BEDE;
}
.BgClassName
{
background-color: #42BEDE;
}
</style>
border-color css
<style>
span { border-color: #42BEDE; }
span { border-color: rgb(66,190,222); }
td.TdClassName
{
border-color: #42BEDE;
}
.TagClassName
{
border-color: #42BEDE;
}
</style>