Shades of Summer Sky #239DDC
Tints of Summer Sky #239DDC
RGB
CMYK
RGB Variations
Color information
#239DDC (or 0x239DDC) is known color: Summer Sky. HEX triplet: 23, 9D and DC. RGB value is (35,157,220). Sum of RGB (Red+Green+Blue) = 35+157+220=412 (54% of max value = 765). Red value is 35 (14.06% from 255 or 8.50% from 412); Green value is 157 (61.72% from 255 or 38.11% from 412); Blue value is 220 (86.33% from 255 or 53.40% from 412); Max value from RGB is 220 - color contains mainly: blue. Hex color #239DDC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #239DDC is #DC6223. Grayscale: #7F7F7F. Windows color (decimal): -14443044 or 14458147. OLE color: 14458147.
HSL color Cylindrical-coordinate representation of color #239DDC: hue angle of 200.43º degrees, saturation: 0.73, 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 #239DDC is Cyan = 0.84, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 35 | 157 | 220 | - |
| CMYK | 0.84 | 0.29 | 0 | 0.14 |
| HSL | 200.43º | 0.73% | 0.5% | - |
| HSV(B) | 200.43º | 0.84% | 0.86% | - |
| XYZ | 25.67 | 29.64 | 72.08 | - |
| YUV | 127.7 | 180.08 | 61.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 157 | 220 | 0.84 | 0.29 | 0 | 0.14 | 200.43 | 0.73 | 0.5 |
| Hex | 23 | 9D | DC | 54 | 1D | 0 | E | C8 | 49 | 32 |
| Octal | 43 | 235 | 334 | 124 | 35 | 0 | 16 | 310 | 111 | 62 |
| Binary | 100011 | 10011101 | 11011100 | 1010100 | 11101 | 0 | 1110 | 11001000 | 1001001 | 110010 |
Color Harmonies of #239DDC
Complementary color
Monochromatic Colors of #239DDC
Black with #239DDC
Text Example
Text Example
White with #239DDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #239DDC; }
p { color: rgb(35,157,220); }
H1.HeaderClassName
{
color: #239DDC;
}
.AnyTagClassName
{
color: #239DDC;
}
</style>
background-color css
<style>
a { background-color: #239DDC; }
a { background-color: rgb(35,157,220); }
div.DivClassName
{
background-color: #239DDC;
}
.BgClassName
{
background-color: #239DDC;
}
</style>
border-color css
<style>
span { border-color: #239DDC; }
span { border-color: rgb(35,157,220); }
td.TdClassName
{
border-color: #239DDC;
}
.TagClassName
{
border-color: #239DDC;
}
</style>