Shades of Summer Sky #23ADD5
Tints of Summer Sky #23ADD5
RGB
CMYK
RGB Variations
Color information
#23ADD5 (or 0x23ADD5) is known color: Summer Sky. HEX triplet: 23, AD and D5. RGB value is (35,173,213). Sum of RGB (Red+Green+Blue) = 35+173+213=421 (55% of max value = 765). Red value is 35 (14.06% from 255 or 8.31% from 421); Green value is 173 (67.97% from 255 or 41.09% from 421); Blue value is 213 (83.59% from 255 or 50.59% from 421); Max value from RGB is 213 - color contains mainly: blue. Hex color #23ADD5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #23ADD5 is #DC522A. Grayscale: #888888. Windows color (decimal): -14438955 or 14003491. OLE color: 14003491.
HSL color Cylindrical-coordinate representation of color #23ADD5: hue angle of 193.48º 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 #23ADD5 is Cyan = 0.84, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 35 | 173 | 213 | - |
| CMYK | 0.84 | 0.19 | 0 | 0.16 |
| HSL | 193.48º | 0.72% | 0.49% | - |
| HSV(B) | 193.48º | 0.84% | 0.84% | - |
| XYZ | 27.65 | 35.05 | 68.26 | - |
| YUV | 136.3 | 171.28 | 55.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 173 | 213 | 0.84 | 0.19 | 0 | 0.16 | 193.48 | 0.72 | 0.49 |
| Hex | 23 | AD | D5 | 54 | 13 | 0 | 10 | C1 | 48 | 31 |
| Octal | 43 | 255 | 325 | 124 | 23 | 0 | 20 | 301 | 110 | 61 |
| Binary | 100011 | 10101101 | 11010101 | 1010100 | 10011 | 0 | 10000 | 11000001 | 1001000 | 110001 |
Color Harmonies of #23ADD5
Complementary color
Monochromatic Colors of #23ADD5
Black with #23ADD5
Text Example
Text Example
White with #23ADD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23ADD5; }
p { color: rgb(35,173,213); }
H1.HeaderClassName
{
color: #23ADD5;
}
.AnyTagClassName
{
color: #23ADD5;
}
</style>
background-color css
<style>
a { background-color: #23ADD5; }
a { background-color: rgb(35,173,213); }
div.DivClassName
{
background-color: #23ADD5;
}
.BgClassName
{
background-color: #23ADD5;
}
</style>
border-color css
<style>
span { border-color: #23ADD5; }
span { border-color: rgb(35,173,213); }
td.TdClassName
{
border-color: #23ADD5;
}
.TagClassName
{
border-color: #23ADD5;
}
</style>