Shades of Summer Sky #239DDB
Tints of Summer Sky #239DDB
RGB
CMYK
RGB Variations
Color information
#239DDB (or 0x239DDB) is known color: Summer Sky. HEX triplet: 23, 9D and DB. RGB value is (35,157,219). Sum of RGB (Red+Green+Blue) = 35+157+219=411 (54% of max value = 765). Red value is 35 (14.06% from 255 or 8.52% from 411); Green value is 157 (61.72% from 255 or 38.20% from 411); Blue value is 219 (85.94% from 255 or 53.28% from 411); Max value from RGB is 219 - color contains mainly: blue. Hex color #239DDB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #239DDB is #DC6224. Grayscale: #7F7F7F. Windows color (decimal): -14443045 or 14392611. OLE color: 14392611.
HSL color Cylindrical-coordinate representation of color #239DDB: hue angle of 200.22º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #239DDB is Cyan = 0.84, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 35 | 157 | 219 | - |
| CMYK | 0.84 | 0.28 | 0 | 0.14 |
| HSL | 200.22º | 0.72% | 0.5% | - |
| HSV(B) | 200.22º | 0.84% | 0.86% | - |
| XYZ | 25.54 | 29.59 | 71.38 | - |
| YUV | 127.59 | 179.58 | 61.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 157 | 219 | 0.84 | 0.28 | 0 | 0.14 | 200.22 | 0.72 | 0.5 |
| Hex | 23 | 9D | DB | 54 | 1C | 0 | E | C8 | 48 | 32 |
| Octal | 43 | 235 | 333 | 124 | 34 | 0 | 16 | 310 | 110 | 62 |
| Binary | 100011 | 10011101 | 11011011 | 1010100 | 11100 | 0 | 1110 | 11001000 | 1001000 | 110010 |
Color Harmonies of #239DDB
Complementary color
Monochromatic Colors of #239DDB
Black with #239DDB
Text Example
Text Example
White with #239DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #239DDB; }
p { color: rgb(35,157,219); }
H1.HeaderClassName
{
color: #239DDB;
}
.AnyTagClassName
{
color: #239DDB;
}
</style>
background-color css
<style>
a { background-color: #239DDB; }
a { background-color: rgb(35,157,219); }
div.DivClassName
{
background-color: #239DDB;
}
.BgClassName
{
background-color: #239DDB;
}
</style>
border-color css
<style>
span { border-color: #239DDB; }
span { border-color: rgb(35,157,219); }
td.TdClassName
{
border-color: #239DDB;
}
.TagClassName
{
border-color: #239DDB;
}
</style>