Shades of Summer Sky #239AD6
Tints of Summer Sky #239AD6
RGB
CMYK
RGB Variations
Color information
#239AD6 (or 0x239AD6) is known color: Summer Sky. HEX triplet: 23, 9A and D6. RGB value is (35,154,214). Sum of RGB (Red+Green+Blue) = 35+154+214=403 (53% of max value = 765). Red value is 35 (14.06% from 255 or 8.68% from 403); Green value is 154 (60.55% from 255 or 38.21% from 403); Blue value is 214 (83.98% from 255 or 53.10% from 403); Max value from RGB is 214 - color contains mainly: blue. Hex color #239AD6 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #239AD6 is #DC6529. Grayscale: #7C7C7C. Windows color (decimal): -14443818 or 14064163. OLE color: 14064163.
HSL color Cylindrical-coordinate representation of color #239AD6: hue angle of 200.11º degrees, saturation: 0.72, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #239AD6 is Cyan = 0.84, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 35 | 154 | 214 | - |
| CMYK | 0.84 | 0.28 | 0 | 0.16 |
| HSL | 200.11º | 0.72% | 0.49% | - |
| HSV(B) | 200.11º | 0.84% | 0.84% | - |
| XYZ | 24.39 | 28.32 | 67.8 | - |
| YUV | 125.26 | 178.08 | 63.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 154 | 214 | 0.84 | 0.28 | 0 | 0.16 | 200.11 | 0.72 | 0.49 |
| Hex | 23 | 9A | D6 | 54 | 1C | 0 | 10 | C8 | 48 | 31 |
| Octal | 43 | 232 | 326 | 124 | 34 | 0 | 20 | 310 | 110 | 61 |
| Binary | 100011 | 10011010 | 11010110 | 1010100 | 11100 | 0 | 10000 | 11001000 | 1001000 | 110001 |
Color Harmonies of #239AD6
Complementary color
Monochromatic Colors of #239AD6
Black with #239AD6
Text Example
Text Example
White with #239AD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #239AD6; }
p { color: rgb(35,154,214); }
H1.HeaderClassName
{
color: #239AD6;
}
.AnyTagClassName
{
color: #239AD6;
}
</style>
background-color css
<style>
a { background-color: #239AD6; }
a { background-color: rgb(35,154,214); }
div.DivClassName
{
background-color: #239AD6;
}
.BgClassName
{
background-color: #239AD6;
}
</style>
border-color css
<style>
span { border-color: #239AD6; }
span { border-color: rgb(35,154,214); }
td.TdClassName
{
border-color: #239AD6;
}
.TagClassName
{
border-color: #239AD6;
}
</style>