Shades of Summer Sky #23ADE2
Tints of Summer Sky #23ADE2
RGB
CMYK
RGB Variations
Color information
#23ADE2 (or 0x23ADE2) is known color: Summer Sky. HEX triplet: 23, AD and E2. RGB value is (35,173,226). Sum of RGB (Red+Green+Blue) = 35+173+226=434 (57% of max value = 765). Red value is 35 (14.06% from 255 or 8.06% from 434); Green value is 173 (67.97% from 255 or 39.86% from 434); Blue value is 226 (88.67% from 255 or 52.07% from 434); Max value from RGB is 226 - color contains mainly: blue. Hex color #23ADE2 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #23ADE2 is #DC521D. Grayscale: #898989. Windows color (decimal): -14438942 or 14855459. OLE color: 14855459.
HSL color Cylindrical-coordinate representation of color #23ADE2: hue angle of 196.65º degrees, saturation: 0.77, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #23ADE2 is Cyan = 0.85, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 35 | 173 | 226 | - |
| CMYK | 0.85 | 0.23 | 0 | 0.11 |
| HSL | 196.65º | 0.77% | 0.51% | - |
| HSV(B) | 196.65º | 0.85% | 0.89% | - |
| XYZ | 29.36 | 35.74 | 77.3 | - |
| YUV | 137.78 | 177.78 | 54.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 173 | 226 | 0.85 | 0.23 | 0 | 0.11 | 196.65 | 0.77 | 0.51 |
| Hex | 23 | AD | E2 | 55 | 17 | 0 | B | C5 | 4D | 33 |
| Octal | 43 | 255 | 342 | 125 | 27 | 0 | 13 | 305 | 115 | 63 |
| Binary | 100011 | 10101101 | 11100010 | 1010101 | 10111 | 0 | 1011 | 11000101 | 1001101 | 110011 |
Color Harmonies of #23ADE2
Complementary color
Monochromatic Colors of #23ADE2
Black with #23ADE2
Text Example
Text Example
White with #23ADE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23ADE2; }
p { color: rgb(35,173,226); }
H1.HeaderClassName
{
color: #23ADE2;
}
.AnyTagClassName
{
color: #23ADE2;
}
</style>
background-color css
<style>
a { background-color: #23ADE2; }
a { background-color: rgb(35,173,226); }
div.DivClassName
{
background-color: #23ADE2;
}
.BgClassName
{
background-color: #23ADE2;
}
</style>
border-color css
<style>
span { border-color: #23ADE2; }
span { border-color: rgb(35,173,226); }
td.TdClassName
{
border-color: #23ADE2;
}
.TagClassName
{
border-color: #23ADE2;
}
</style>