Shades of Summer Sky #23ABDD
Tints of Summer Sky #23ABDD
RGB
CMYK
RGB Variations
Color information
#23ABDD (or 0x23ABDD) is known color: Summer Sky. HEX triplet: 23, AB and DD. RGB value is (35,171,221). Sum of RGB (Red+Green+Blue) = 35+171+221=427 (56% of max value = 765). Red value is 35 (14.06% from 255 or 8.20% from 427); Green value is 171 (67.19% from 255 or 40.05% from 427); Blue value is 221 (86.72% from 255 or 51.76% from 427); Max value from RGB is 221 - color contains mainly: blue. Hex color #23ABDD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #23ABDD is #DC5422. Grayscale: #878787. Windows color (decimal): -14439459 or 14527267. OLE color: 14527267.
HSL color Cylindrical-coordinate representation of color #23ABDD: hue angle of 196.13º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #23ABDD is Cyan = 0.84, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 35 | 171 | 221 | - |
| CMYK | 0.84 | 0.23 | 0 | 0.13 |
| HSL | 196.13º | 0.73% | 0.5% | - |
| HSV(B) | 196.13º | 0.84% | 0.87% | - |
| XYZ | 28.31 | 34.7 | 73.61 | - |
| YUV | 136.04 | 175.94 | 55.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 171 | 221 | 0.84 | 0.23 | 0 | 0.13 | 196.13 | 0.73 | 0.5 |
| Hex | 23 | AB | DD | 54 | 17 | 0 | D | C4 | 49 | 32 |
| Octal | 43 | 253 | 335 | 124 | 27 | 0 | 15 | 304 | 111 | 62 |
| Binary | 100011 | 10101011 | 11011101 | 1010100 | 10111 | 0 | 1101 | 11000100 | 1001001 | 110010 |
Color Harmonies of #23ABDD
Complementary color
Monochromatic Colors of #23ABDD
Black with #23ABDD
Text Example
Text Example
White with #23ABDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23ABDD; }
p { color: rgb(35,171,221); }
H1.HeaderClassName
{
color: #23ABDD;
}
.AnyTagClassName
{
color: #23ABDD;
}
</style>
background-color css
<style>
a { background-color: #23ABDD; }
a { background-color: rgb(35,171,221); }
div.DivClassName
{
background-color: #23ABDD;
}
.BgClassName
{
background-color: #23ABDD;
}
</style>
border-color css
<style>
span { border-color: #23ABDD; }
span { border-color: rgb(35,171,221); }
td.TdClassName
{
border-color: #23ABDD;
}
.TagClassName
{
border-color: #23ABDD;
}
</style>