Shades of Summer Sky #23ADE1
Tints of Summer Sky #23ADE1
RGB
CMYK
RGB Variations
Color information
#23ADE1 (or 0x23ADE1) is known color: Summer Sky. HEX triplet: 23, AD and E1. RGB value is (35,173,225). Sum of RGB (Red+Green+Blue) = 35+173+225=433 (57% of max value = 765). Red value is 35 (14.06% from 255 or 8.08% from 433); Green value is 173 (67.97% from 255 or 39.95% from 433); Blue value is 225 (88.28% from 255 or 51.96% from 433); Max value from RGB is 225 - color contains mainly: blue. Hex color #23ADE1 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #23ADE1 is #DC521E. Grayscale: #898989. Windows color (decimal): -14438943 or 14789923. OLE color: 14789923.
HSL color Cylindrical-coordinate representation of color #23ADE1: hue angle of 196.42º degrees, saturation: 0.76, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #23ADE1 is Cyan = 0.84, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 35 | 173 | 225 | - |
| CMYK | 0.84 | 0.23 | 0 | 0.12 |
| HSL | 196.42º | 0.76% | 0.51% | - |
| HSV(B) | 196.42º | 0.84% | 0.88% | - |
| XYZ | 29.23 | 35.68 | 76.58 | - |
| YUV | 137.67 | 177.28 | 54.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 173 | 225 | 0.84 | 0.23 | 0 | 0.12 | 196.42 | 0.76 | 0.51 |
| Hex | 23 | AD | E1 | 54 | 17 | 0 | C | C4 | 4C | 33 |
| Octal | 43 | 255 | 341 | 124 | 27 | 0 | 14 | 304 | 114 | 63 |
| Binary | 100011 | 10101101 | 11100001 | 1010100 | 10111 | 0 | 1100 | 11000100 | 1001100 | 110011 |
Color Harmonies of #23ADE1
Complementary color
Monochromatic Colors of #23ADE1
Black with #23ADE1
Text Example
Text Example
White with #23ADE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23ADE1; }
p { color: rgb(35,173,225); }
H1.HeaderClassName
{
color: #23ADE1;
}
.AnyTagClassName
{
color: #23ADE1;
}
</style>
background-color css
<style>
a { background-color: #23ADE1; }
a { background-color: rgb(35,173,225); }
div.DivClassName
{
background-color: #23ADE1;
}
.BgClassName
{
background-color: #23ADE1;
}
</style>
border-color css
<style>
span { border-color: #23ADE1; }
span { border-color: rgb(35,173,225); }
td.TdClassName
{
border-color: #23ADE1;
}
.TagClassName
{
border-color: #23ADE1;
}
</style>