Shades of Summer Sky #23AED5
Tints of Summer Sky #23AED5
RGB
CMYK
RGB Variations
Color information
#23AED5 (or 0x23AED5) is known color: Summer Sky. HEX triplet: 23, AE and D5. RGB value is (35,174,213). Sum of RGB (Red+Green+Blue) = 35+174+213=422 (55% of max value = 765). Red value is 35 (14.06% from 255 or 8.29% from 422); Green value is 174 (68.36% from 255 or 41.23% from 422); Blue value is 213 (83.59% from 255 or 50.47% from 422); Max value from RGB is 213 - color contains mainly: blue. Hex color #23AED5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #23AED5 is #DC512A. Grayscale: #888888. Windows color (decimal): -14438699 or 14003747. OLE color: 14003747.
HSL color Cylindrical-coordinate representation of color #23AED5: hue angle of 193.15º degrees, saturation: 0.72, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #23AED5 is Cyan = 0.84, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 35 | 174 | 213 | - |
| CMYK | 0.84 | 0.18 | 0 | 0.16 |
| HSL | 193.15º | 0.72% | 0.49% | - |
| HSV(B) | 193.15º | 0.84% | 0.84% | - |
| XYZ | 27.84 | 35.43 | 68.32 | - |
| YUV | 136.89 | 170.95 | 55.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 174 | 213 | 0.84 | 0.18 | 0 | 0.16 | 193.15 | 0.72 | 0.49 |
| Hex | 23 | AE | D5 | 54 | 12 | 0 | 10 | C1 | 48 | 31 |
| Octal | 43 | 256 | 325 | 124 | 22 | 0 | 20 | 301 | 110 | 61 |
| Binary | 100011 | 10101110 | 11010101 | 1010100 | 10010 | 0 | 10000 | 11000001 | 1001000 | 110001 |
Color Harmonies of #23AED5
Complementary color
Monochromatic Colors of #23AED5
Black with #23AED5
Text Example
Text Example
White with #23AED5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23AED5; }
p { color: rgb(35,174,213); }
H1.HeaderClassName
{
color: #23AED5;
}
.AnyTagClassName
{
color: #23AED5;
}
</style>
background-color css
<style>
a { background-color: #23AED5; }
a { background-color: rgb(35,174,213); }
div.DivClassName
{
background-color: #23AED5;
}
.BgClassName
{
background-color: #23AED5;
}
</style>
border-color css
<style>
span { border-color: #23AED5; }
span { border-color: rgb(35,174,213); }
td.TdClassName
{
border-color: #23AED5;
}
.TagClassName
{
border-color: #23AED5;
}
</style>