Shades of Summer Sky #23ADE6
Tints of Summer Sky #23ADE6
RGB
CMYK
RGB Variations
Color information
#23ADE6 (or 0x23ADE6) is known color: Summer Sky. HEX triplet: 23, AD and E6. RGB value is (35,173,230). Sum of RGB (Red+Green+Blue) = 35+173+230=438 (58% of max value = 765). Red value is 35 (14.06% from 255 or 7.99% from 438); Green value is 173 (67.97% from 255 or 39.50% from 438); Blue value is 230 (90.23% from 255 or 52.51% from 438); Max value from RGB is 230 - color contains mainly: blue. Hex color #23ADE6 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #23ADE6 is #DC5219. Grayscale: #898989. Windows color (decimal): -14438938 or 15117603. OLE color: 15117603.
HSL color Cylindrical-coordinate representation of color #23ADE6: hue angle of 197.54º degrees, saturation: 0.8, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #23ADE6 is Cyan = 0.85, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 35 | 173 | 230 | - |
| CMYK | 0.85 | 0.25 | 0 | 0.10 |
| HSL | 197.54º | 0.8% | 0.52% | - |
| HSV(B) | 197.54º | 0.85% | 0.9% | - |
| XYZ | 29.92 | 35.96 | 80.23 | - |
| YUV | 138.24 | 179.78 | 54.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 173 | 230 | 0.85 | 0.25 | 0 | 0.10 | 197.54 | 0.8 | 0.52 |
| Hex | 23 | AD | E6 | 55 | 19 | 0 | A | C6 | 50 | 34 |
| Octal | 43 | 255 | 346 | 125 | 31 | 0 | 12 | 306 | 120 | 64 |
| Binary | 100011 | 10101101 | 11100110 | 1010101 | 11001 | 0 | 1010 | 11000110 | 1010000 | 110100 |
Color Harmonies of #23ADE6
Complementary color
Monochromatic Colors of #23ADE6
Black with #23ADE6
Text Example
Text Example
White with #23ADE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23ADE6; }
p { color: rgb(35,173,230); }
H1.HeaderClassName
{
color: #23ADE6;
}
.AnyTagClassName
{
color: #23ADE6;
}
</style>
background-color css
<style>
a { background-color: #23ADE6; }
a { background-color: rgb(35,173,230); }
div.DivClassName
{
background-color: #23ADE6;
}
.BgClassName
{
background-color: #23ADE6;
}
</style>
border-color css
<style>
span { border-color: #23ADE6; }
span { border-color: rgb(35,173,230); }
td.TdClassName
{
border-color: #23ADE6;
}
.TagClassName
{
border-color: #23ADE6;
}
</style>