Shades of Summer Sky #239DDD
Tints of Summer Sky #239DDD
RGB
CMYK
RGB Variations
Color information
#239DDD (or 0x239DDD) is known color: Summer Sky. HEX triplet: 23, 9D and DD. RGB value is (35,157,221). Sum of RGB (Red+Green+Blue) = 35+157+221=413 (54% of max value = 765). Red value is 35 (14.06% from 255 or 8.47% from 413); Green value is 157 (61.72% from 255 or 38.01% from 413); Blue value is 221 (86.72% from 255 or 53.51% from 413); Max value from RGB is 221 - color contains mainly: blue. Hex color #239DDD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #239DDD is #DC6222. Grayscale: #7F7F7F. Windows color (decimal): -14443043 or 14523683. OLE color: 14523683.
HSL color Cylindrical-coordinate representation of color #239DDD: hue angle of 200.65º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #239DDD is Cyan = 0.84, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 35 | 157 | 221 | - |
| CMYK | 0.84 | 0.29 | 0 | 0.13 |
| HSL | 200.65º | 0.73% | 0.5% | - |
| HSV(B) | 200.65º | 0.84% | 0.87% | - |
| XYZ | 25.8 | 29.69 | 72.78 | - |
| YUV | 127.82 | 180.58 | 61.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 157 | 221 | 0.84 | 0.29 | 0 | 0.13 | 200.65 | 0.73 | 0.5 |
| Hex | 23 | 9D | DD | 54 | 1D | 0 | D | C9 | 49 | 32 |
| Octal | 43 | 235 | 335 | 124 | 35 | 0 | 15 | 311 | 111 | 62 |
| Binary | 100011 | 10011101 | 11011101 | 1010100 | 11101 | 0 | 1101 | 11001001 | 1001001 | 110010 |
Color Harmonies of #239DDD
Complementary color
Monochromatic Colors of #239DDD
Black with #239DDD
Text Example
Text Example
White with #239DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #239DDD; }
p { color: rgb(35,157,221); }
H1.HeaderClassName
{
color: #239DDD;
}
.AnyTagClassName
{
color: #239DDD;
}
</style>
background-color css
<style>
a { background-color: #239DDD; }
a { background-color: rgb(35,157,221); }
div.DivClassName
{
background-color: #239DDD;
}
.BgClassName
{
background-color: #239DDD;
}
</style>
border-color css
<style>
span { border-color: #239DDD; }
span { border-color: rgb(35,157,221); }
td.TdClassName
{
border-color: #239DDD;
}
.TagClassName
{
border-color: #239DDD;
}
</style>