Shades of Summer Sky #23ADCD
Tints of Summer Sky #23ADCD
RGB
CMYK
RGB Variations
Color information
#23ADCD (or 0x23ADCD) is known color: Summer Sky. HEX triplet: 23, AD and CD. RGB value is (35,173,205). Sum of RGB (Red+Green+Blue) = 35+173+205=413 (54% of max value = 765). Red value is 35 (14.06% from 255 or 8.47% from 413); Green value is 173 (67.97% from 255 or 41.89% from 413); Blue value is 205 (80.47% from 255 or 49.64% from 413); Max value from RGB is 205 - color contains mainly: blue. Hex color #23ADCD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #23ADCD is #DC5232. Grayscale: #878787. Windows color (decimal): -14438963 or 13479203. OLE color: 13479203.
HSL color Cylindrical-coordinate representation of color #23ADCD: hue angle of 191.29º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #23ADCD is Cyan = 0.83, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 35 | 173 | 205 | - |
| CMYK | 0.83 | 0.16 | 0 | 0.20 |
| HSL | 191.29º | 0.71% | 0.47% | - |
| HSV(B) | 191.29º | 0.83% | 0.8% | - |
| XYZ | 26.66 | 34.65 | 63.04 | - |
| YUV | 135.39 | 167.28 | 56.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 173 | 205 | 0.83 | 0.16 | 0 | 0.20 | 191.29 | 0.71 | 0.47 |
| Hex | 23 | AD | CD | 53 | 10 | 0 | 14 | BF | 47 | 2F |
| Octal | 43 | 255 | 315 | 123 | 20 | 0 | 24 | 277 | 107 | 57 |
| Binary | 100011 | 10101101 | 11001101 | 1010011 | 10000 | 0 | 10100 | 10111111 | 1000111 | 101111 |
Color Harmonies of #23ADCD
Complementary color
Monochromatic Colors of #23ADCD
Black with #23ADCD
Text Example
Text Example
White with #23ADCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23ADCD; }
p { color: rgb(35,173,205); }
H1.HeaderClassName
{
color: #23ADCD;
}
.AnyTagClassName
{
color: #23ADCD;
}
</style>
background-color css
<style>
a { background-color: #23ADCD; }
a { background-color: rgb(35,173,205); }
div.DivClassName
{
background-color: #23ADCD;
}
.BgClassName
{
background-color: #23ADCD;
}
</style>
border-color css
<style>
span { border-color: #23ADCD; }
span { border-color: rgb(35,173,205); }
td.TdClassName
{
border-color: #23ADCD;
}
.TagClassName
{
border-color: #23ADCD;
}
</style>