Shades of Summer Sky #239FDD
Tints of Summer Sky #239FDD
RGB
CMYK
RGB Variations
Color information
#239FDD (or 0x239FDD) is known color: Summer Sky. HEX triplet: 23, 9F and DD. RGB value is (35,159,221). Sum of RGB (Red+Green+Blue) = 35+159+221=415 (54% of max value = 765). Red value is 35 (14.06% from 255 or 8.43% from 415); Green value is 159 (62.5% from 255 or 38.31% from 415); Blue value is 221 (86.72% from 255 or 53.25% from 415); Max value from RGB is 221 - color contains mainly: blue. Hex color #239FDD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #239FDD is #DC6022. Grayscale: #808080. Windows color (decimal): -14442531 or 14524195. OLE color: 14524195.
HSL color Cylindrical-coordinate representation of color #239FDD: hue angle of 200º 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 #239FDD is Cyan = 0.84, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 35 | 159 | 221 | - |
| CMYK | 0.84 | 0.28 | 0 | 0.13 |
| HSL | 200º | 0.73% | 0.5% | - |
| HSV(B) | 200º | 0.84% | 0.87% | - |
| XYZ | 26.14 | 30.37 | 72.89 | - |
| YUV | 128.99 | 179.92 | 60.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 159 | 221 | 0.84 | 0.28 | 0 | 0.13 | 200 | 0.73 | 0.5 |
| Hex | 23 | 9F | DD | 54 | 1C | 0 | D | C8 | 49 | 32 |
| Octal | 43 | 237 | 335 | 124 | 34 | 0 | 15 | 310 | 111 | 62 |
| Binary | 100011 | 10011111 | 11011101 | 1010100 | 11100 | 0 | 1101 | 11001000 | 1001001 | 110010 |
Color Harmonies of #239FDD
Complementary color
Monochromatic Colors of #239FDD
Black with #239FDD
Text Example
Text Example
White with #239FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #239FDD; }
p { color: rgb(35,159,221); }
H1.HeaderClassName
{
color: #239FDD;
}
.AnyTagClassName
{
color: #239FDD;
}
</style>
background-color css
<style>
a { background-color: #239FDD; }
a { background-color: rgb(35,159,221); }
div.DivClassName
{
background-color: #239FDD;
}
.BgClassName
{
background-color: #239FDD;
}
</style>
border-color css
<style>
span { border-color: #239FDD; }
span { border-color: rgb(35,159,221); }
td.TdClassName
{
border-color: #239FDD;
}
.TagClassName
{
border-color: #239FDD;
}
</style>