Shades of Summer Sky #23ADDA
Tints of Summer Sky #23ADDA
RGB
CMYK
RGB Variations
Color information
#23ADDA (or 0x23ADDA) is known color: Summer Sky. HEX triplet: 23, AD and DA. RGB value is (35,173,218). Sum of RGB (Red+Green+Blue) = 35+173+218=426 (56% of max value = 765). Red value is 35 (14.06% from 255 or 8.22% from 426); Green value is 173 (67.97% from 255 or 40.61% from 426); Blue value is 218 (85.55% from 255 or 51.17% from 426); Max value from RGB is 218 - color contains mainly: blue. Hex color #23ADDA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #23ADDA is #DC5225. Grayscale: #888888. Windows color (decimal): -14438950 or 14331171. OLE color: 14331171.
HSL color Cylindrical-coordinate representation of color #23ADDA: hue angle of 194.75º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #23ADDA is Cyan = 0.84, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 35 | 173 | 218 | - |
| CMYK | 0.84 | 0.21 | 0 | 0.15 |
| HSL | 194.75º | 0.72% | 0.5% | - |
| HSV(B) | 194.75º | 0.84% | 0.85% | - |
| XYZ | 28.29 | 35.31 | 71.65 | - |
| YUV | 136.87 | 173.78 | 55.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 173 | 218 | 0.84 | 0.21 | 0 | 0.15 | 194.75 | 0.72 | 0.5 |
| Hex | 23 | AD | DA | 54 | 15 | 0 | F | C3 | 48 | 32 |
| Octal | 43 | 255 | 332 | 124 | 25 | 0 | 17 | 303 | 110 | 62 |
| Binary | 100011 | 10101101 | 11011010 | 1010100 | 10101 | 0 | 1111 | 11000011 | 1001000 | 110010 |
Color Harmonies of #23ADDA
Complementary color
Monochromatic Colors of #23ADDA
Black with #23ADDA
Text Example
Text Example
White with #23ADDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23ADDA; }
p { color: rgb(35,173,218); }
H1.HeaderClassName
{
color: #23ADDA;
}
.AnyTagClassName
{
color: #23ADDA;
}
</style>
background-color css
<style>
a { background-color: #23ADDA; }
a { background-color: rgb(35,173,218); }
div.DivClassName
{
background-color: #23ADDA;
}
.BgClassName
{
background-color: #23ADDA;
}
</style>
border-color css
<style>
span { border-color: #23ADDA; }
span { border-color: rgb(35,173,218); }
td.TdClassName
{
border-color: #23ADDA;
}
.TagClassName
{
border-color: #23ADDA;
}
</style>