Shades of Summer Sky #23ADEB
Tints of Summer Sky #23ADEB
RGB
CMYK
RGB Variations
Color information
#23ADEB (or 0x23ADEB) is known color: Summer Sky. HEX triplet: 23, AD and EB. RGB value is (35,173,235). Sum of RGB (Red+Green+Blue) = 35+173+235=443 (58% of max value = 765). Red value is 35 (14.06% from 255 or 7.90% from 443); Green value is 173 (67.97% from 255 or 39.05% from 443); Blue value is 235 (92.19% from 255 or 53.05% from 443); Max value from RGB is 235 - color contains mainly: blue. Hex color #23ADEB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #23ADEB is #DC5214. Grayscale: #8A8A8A. Windows color (decimal): -14438933 or 15445283. OLE color: 15445283.
HSL color Cylindrical-coordinate representation of color #23ADEB: hue angle of 198.6º degrees, saturation: 0.83, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #23ADEB is Cyan = 0.85, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 35 | 173 | 235 | - |
| CMYK | 0.85 | 0.26 | 0 | 0.08 |
| HSL | 198.6º | 0.83% | 0.53% | - |
| HSV(B) | 198.6º | 0.85% | 0.92% | - |
| XYZ | 30.63 | 36.24 | 83.98 | - |
| YUV | 138.81 | 182.28 | 53.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 173 | 235 | 0.85 | 0.26 | 0 | 0.08 | 198.6 | 0.83 | 0.53 |
| Hex | 23 | AD | EB | 55 | 1A | 0 | 8 | C7 | 53 | 35 |
| Octal | 43 | 255 | 353 | 125 | 32 | 0 | 10 | 307 | 123 | 65 |
| Binary | 100011 | 10101101 | 11101011 | 1010101 | 11010 | 0 | 1000 | 11000111 | 1010011 | 110101 |
Color Harmonies of #23ADEB
Complementary color
Monochromatic Colors of #23ADEB
Black with #23ADEB
Text Example
Text Example
White with #23ADEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23ADEB; }
p { color: rgb(35,173,235); }
H1.HeaderClassName
{
color: #23ADEB;
}
.AnyTagClassName
{
color: #23ADEB;
}
</style>
background-color css
<style>
a { background-color: #23ADEB; }
a { background-color: rgb(35,173,235); }
div.DivClassName
{
background-color: #23ADEB;
}
.BgClassName
{
background-color: #23ADEB;
}
</style>
border-color css
<style>
span { border-color: #23ADEB; }
span { border-color: rgb(35,173,235); }
td.TdClassName
{
border-color: #23ADEB;
}
.TagClassName
{
border-color: #23ADEB;
}
</style>