Shades of Summer Sky #39BEDB
Tints of Summer Sky #39BEDB
RGB
CMYK
RGB Variations
Color information
#39BEDB (or 0x39BEDB) is known color: Summer Sky. HEX triplet: 39, BE and DB. RGB value is (57,190,219). Sum of RGB (Red+Green+Blue) = 57+190+219=466 (61% of max value = 765). Red value is 57 (22.66% from 255 or 12.23% from 466); Green value is 190 (74.61% from 255 or 40.77% from 466); Blue value is 219 (85.94% from 255 or 47.00% from 466); Max value from RGB is 219 - color contains mainly: blue. Hex color #39BEDB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #39BEDB is #C64124. Grayscale: #999999. Windows color (decimal): -12992805 or 14401081. OLE color: 14401081.
HSL color Cylindrical-coordinate representation of color #39BEDB: hue angle of 190.74º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #39BEDB is Cyan = 0.74, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 57 | 190 | 219 | - |
| CMYK | 0.74 | 0.13 | 0 | 0.14 |
| HSL | 190.74º | 0.69% | 0.54% | - |
| HSV(B) | 190.74º | 0.74% | 0.86% | - |
| XYZ | 32.89 | 42.81 | 73.55 | - |
| YUV | 153.54 | 164.94 | 59.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 190 | 219 | 0.74 | 0.13 | 0 | 0.14 | 190.74 | 0.69 | 0.54 |
| Hex | 39 | BE | DB | 4A | D | 0 | E | BF | 45 | 36 |
| Octal | 71 | 276 | 333 | 112 | 15 | 0 | 16 | 277 | 105 | 66 |
| Binary | 111001 | 10111110 | 11011011 | 1001010 | 1101 | 0 | 1110 | 10111111 | 1000101 | 110110 |
Color Harmonies of #39BEDB
Complementary color
Monochromatic Colors of #39BEDB
Black with #39BEDB
Text Example
Text Example
White with #39BEDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39BEDB; }
p { color: rgb(57,190,219); }
H1.HeaderClassName
{
color: #39BEDB;
}
.AnyTagClassName
{
color: #39BEDB;
}
</style>
background-color css
<style>
a { background-color: #39BEDB; }
a { background-color: rgb(57,190,219); }
div.DivClassName
{
background-color: #39BEDB;
}
.BgClassName
{
background-color: #39BEDB;
}
</style>
border-color css
<style>
span { border-color: #39BEDB; }
span { border-color: rgb(57,190,219); }
td.TdClassName
{
border-color: #39BEDB;
}
.TagClassName
{
border-color: #39BEDB;
}
</style>