Shades of Summer Sky #23ABDB
Tints of Summer Sky #23ABDB
RGB
CMYK
RGB Variations
Color information
#23ABDB (or 0x23ABDB) is known color: Summer Sky. HEX triplet: 23, AB and DB. RGB value is (35,171,219). Sum of RGB (Red+Green+Blue) = 35+171+219=425 (56% of max value = 765). Red value is 35 (14.06% from 255 or 8.24% from 425); Green value is 171 (67.19% from 255 or 40.24% from 425); Blue value is 219 (85.94% from 255 or 51.53% from 425); Max value from RGB is 219 - color contains mainly: blue. Hex color #23ABDB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #23ABDB is #DC5424. Grayscale: #878787. Windows color (decimal): -14439461 or 14396195. OLE color: 14396195.
HSL color Cylindrical-coordinate representation of color #23ABDB: hue angle of 195.65º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #23ABDB is Cyan = 0.84, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 35 | 171 | 219 | - |
| CMYK | 0.84 | 0.22 | 0 | 0.14 |
| HSL | 195.65º | 0.72% | 0.5% | - |
| HSV(B) | 195.65º | 0.84% | 0.86% | - |
| XYZ | 28.04 | 34.6 | 72.22 | - |
| YUV | 135.81 | 174.94 | 56.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 171 | 219 | 0.84 | 0.22 | 0 | 0.14 | 195.65 | 0.72 | 0.5 |
| Hex | 23 | AB | DB | 54 | 16 | 0 | E | C4 | 48 | 32 |
| Octal | 43 | 253 | 333 | 124 | 26 | 0 | 16 | 304 | 110 | 62 |
| Binary | 100011 | 10101011 | 11011011 | 1010100 | 10110 | 0 | 1110 | 11000100 | 1001000 | 110010 |
Color Harmonies of #23ABDB
Complementary color
Monochromatic Colors of #23ABDB
Black with #23ABDB
Text Example
Text Example
White with #23ABDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23ABDB; }
p { color: rgb(35,171,219); }
H1.HeaderClassName
{
color: #23ABDB;
}
.AnyTagClassName
{
color: #23ABDB;
}
</style>
background-color css
<style>
a { background-color: #23ABDB; }
a { background-color: rgb(35,171,219); }
div.DivClassName
{
background-color: #23ABDB;
}
.BgClassName
{
background-color: #23ABDB;
}
</style>
border-color css
<style>
span { border-color: #23ABDB; }
span { border-color: rgb(35,171,219); }
td.TdClassName
{
border-color: #23ABDB;
}
.TagClassName
{
border-color: #23ABDB;
}
</style>