Shades of Summer Sky #23A0DE
Tints of Summer Sky #23A0DE
RGB
CMYK
RGB Variations
Color information
#23A0DE (or 0x23A0DE) is known color: Summer Sky. HEX triplet: 23, A0 and DE. RGB value is (35,160,222). Sum of RGB (Red+Green+Blue) = 35+160+222=417 (55% of max value = 765). Red value is 35 (14.06% from 255 or 8.39% from 417); Green value is 160 (62.89% from 255 or 38.37% from 417); Blue value is 222 (87.11% from 255 or 53.24% from 417); Max value from RGB is 222 - color contains mainly: blue. Hex color #23A0DE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #23A0DE is #DC5F21. Grayscale: #818181. Windows color (decimal): -14442274 or 14589987. OLE color: 14589987.
HSL color Cylindrical-coordinate representation of color #23A0DE: hue angle of 199.89º degrees, saturation: 0.74, 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 #23A0DE is Cyan = 0.84, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 35 | 160 | 222 | - |
| CMYK | 0.84 | 0.28 | 0 | 0.13 |
| HSL | 199.89º | 0.74% | 0.5% | - |
| HSV(B) | 199.89º | 0.84% | 0.87% | - |
| XYZ | 26.45 | 30.77 | 73.65 | - |
| YUV | 129.69 | 180.09 | 60.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 160 | 222 | 0.84 | 0.28 | 0 | 0.13 | 199.89 | 0.74 | 0.5 |
| Hex | 23 | A0 | DE | 54 | 1C | 0 | D | C8 | 4A | 32 |
| Octal | 43 | 240 | 336 | 124 | 34 | 0 | 15 | 310 | 112 | 62 |
| Binary | 100011 | 10100000 | 11011110 | 1010100 | 11100 | 0 | 1101 | 11001000 | 1001010 | 110010 |
Color Harmonies of #23A0DE
Complementary color
Monochromatic Colors of #23A0DE
Black with #23A0DE
Text Example
Text Example
White with #23A0DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23A0DE; }
p { color: rgb(35,160,222); }
H1.HeaderClassName
{
color: #23A0DE;
}
.AnyTagClassName
{
color: #23A0DE;
}
</style>
background-color css
<style>
a { background-color: #23A0DE; }
a { background-color: rgb(35,160,222); }
div.DivClassName
{
background-color: #23A0DE;
}
.BgClassName
{
background-color: #23A0DE;
}
</style>
border-color css
<style>
span { border-color: #23A0DE; }
span { border-color: rgb(35,160,222); }
td.TdClassName
{
border-color: #23A0DE;
}
.TagClassName
{
border-color: #23A0DE;
}
</style>