Shades of Summer Sky #23ACE9
Tints of Summer Sky #23ACE9
RGB
CMYK
RGB Variations
Color information
#23ACE9 (or 0x23ACE9) is known color: Summer Sky. HEX triplet: 23, AC and E9. RGB value is (35,172,233). Sum of RGB (Red+Green+Blue) = 35+172+233=440 (58% of max value = 765). Red value is 35 (14.06% from 255 or 7.95% from 440); Green value is 172 (67.58% from 255 or 39.09% from 440); Blue value is 233 (91.41% from 255 or 52.95% from 440); Max value from RGB is 233 - color contains mainly: blue. Hex color #23ACE9 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #23ACE9 is #DC5316. Grayscale: #898989. Windows color (decimal): -14439191 or 15313955. OLE color: 15313955.
HSL color Cylindrical-coordinate representation of color #23ACE9: hue angle of 198.48º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #23ACE9 is Cyan = 0.85, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 35 | 172 | 233 | - |
| CMYK | 0.85 | 0.26 | 0 | 0.09 |
| HSL | 198.48º | 0.82% | 0.53% | - |
| HSV(B) | 198.48º | 0.85% | 0.91% | - |
| XYZ | 30.15 | 35.75 | 82.4 | - |
| YUV | 137.99 | 181.61 | 54.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 172 | 233 | 0.85 | 0.26 | 0 | 0.09 | 198.48 | 0.82 | 0.53 |
| Hex | 23 | AC | E9 | 55 | 1A | 0 | 9 | C6 | 52 | 35 |
| Octal | 43 | 254 | 351 | 125 | 32 | 0 | 11 | 306 | 122 | 65 |
| Binary | 100011 | 10101100 | 11101001 | 1010101 | 11010 | 0 | 1001 | 11000110 | 1010010 | 110101 |
Color Harmonies of #23ACE9
Complementary color
Monochromatic Colors of #23ACE9
Black with #23ACE9
Text Example
Text Example
White with #23ACE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23ACE9; }
p { color: rgb(35,172,233); }
H1.HeaderClassName
{
color: #23ACE9;
}
.AnyTagClassName
{
color: #23ACE9;
}
</style>
background-color css
<style>
a { background-color: #23ACE9; }
a { background-color: rgb(35,172,233); }
div.DivClassName
{
background-color: #23ACE9;
}
.BgClassName
{
background-color: #23ACE9;
}
</style>
border-color css
<style>
span { border-color: #23ACE9; }
span { border-color: rgb(35,172,233); }
td.TdClassName
{
border-color: #23ACE9;
}
.TagClassName
{
border-color: #23ACE9;
}
</style>