Shades of Summer Sky #42BEDF
Tints of Summer Sky #42BEDF
RGB
CMYK
RGB Variations
Color information
#42BEDF (or 0x42BEDF) is known color: Summer Sky. HEX triplet: 42, BE and DF. RGB value is (66,190,223). Sum of RGB (Red+Green+Blue) = 66+190+223=479 (63% of max value = 765). Red value is 66 (26.17% from 255 or 13.78% from 479); Green value is 190 (74.61% from 255 or 39.67% from 479); Blue value is 223 (87.5% from 255 or 46.56% from 479); Max value from RGB is 223 - color contains mainly: blue. Hex color #42BEDF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #42BEDF is #BD4120. Grayscale: #9C9C9C. Windows color (decimal): -12402977 or 14663234. OLE color: 14663234.
HSL color Cylindrical-coordinate representation of color #42BEDF: hue angle of 192.61º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #42BEDF is Cyan = 0.70, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 66 | 190 | 223 | - |
| CMYK | 0.70 | 0.15 | 0 | 0.13 |
| HSL | 192.61º | 0.71% | 0.57% | - |
| HSV(B) | 192.61º | 0.7% | 0.87% | - |
| XYZ | 33.98 | 43.31 | 76.38 | - |
| YUV | 156.69 | 165.42 | 63.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 190 | 223 | 0.70 | 0.15 | 0 | 0.13 | 192.61 | 0.71 | 0.57 |
| Hex | 42 | BE | DF | 46 | F | 0 | D | C1 | 47 | 39 |
| Octal | 102 | 276 | 337 | 106 | 17 | 0 | 15 | 301 | 107 | 71 |
| Binary | 1000010 | 10111110 | 11011111 | 1000110 | 1111 | 0 | 1101 | 11000001 | 1000111 | 111001 |
Color Harmonies of #42BEDF
Complementary color
Monochromatic Colors of #42BEDF
Black with #42BEDF
Text Example
Text Example
White with #42BEDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42BEDF; }
p { color: rgb(66,190,223); }
H1.HeaderClassName
{
color: #42BEDF;
}
.AnyTagClassName
{
color: #42BEDF;
}
</style>
background-color css
<style>
a { background-color: #42BEDF; }
a { background-color: rgb(66,190,223); }
div.DivClassName
{
background-color: #42BEDF;
}
.BgClassName
{
background-color: #42BEDF;
}
</style>
border-color css
<style>
span { border-color: #42BEDF; }
span { border-color: rgb(66,190,223); }
td.TdClassName
{
border-color: #42BEDF;
}
.TagClassName
{
border-color: #42BEDF;
}
</style>