Shades of Summer Sky #23ABEC
Tints of Summer Sky #23ABEC
RGB
CMYK
RGB Variations
Color information
#23ABEC (or 0x23ABEC) is known color: Summer Sky. HEX triplet: 23, AB and EC. RGB value is (35,171,236). Sum of RGB (Red+Green+Blue) = 35+171+236=442 (58% of max value = 765). Red value is 35 (14.06% from 255 or 7.92% from 442); Green value is 171 (67.19% from 255 or 38.69% from 442); Blue value is 236 (92.58% from 255 or 53.39% from 442); Max value from RGB is 236 - color contains mainly: blue. Hex color #23ABEC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #23ABEC is #DC5413. Grayscale: #898989. Windows color (decimal): -14439444 or 15510307. OLE color: 15510307.
HSL color Cylindrical-coordinate representation of color #23ABEC: hue angle of 199.4º degrees, saturation: 0.84, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #23ABEC is Cyan = 0.85, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 35 | 171 | 236 | - |
| CMYK | 0.85 | 0.28 | 0 | 0.07 |
| HSL | 199.4º | 0.84% | 0.53% | - |
| HSV(B) | 199.4º | 0.85% | 0.93% | - |
| XYZ | 30.4 | 35.54 | 84.61 | - |
| YUV | 137.75 | 183.44 | 54.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 171 | 236 | 0.85 | 0.28 | 0 | 0.07 | 199.4 | 0.84 | 0.53 |
| Hex | 23 | AB | EC | 55 | 1C | 0 | 7 | C7 | 54 | 35 |
| Octal | 43 | 253 | 354 | 125 | 34 | 0 | 7 | 307 | 124 | 65 |
| Binary | 100011 | 10101011 | 11101100 | 1010101 | 11100 | 0 | 111 | 11000111 | 1010100 | 110101 |
Color Harmonies of #23ABEC
Complementary color
Monochromatic Colors of #23ABEC
Black with #23ABEC
Text Example
Text Example
White with #23ABEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23ABEC; }
p { color: rgb(35,171,236); }
H1.HeaderClassName
{
color: #23ABEC;
}
.AnyTagClassName
{
color: #23ABEC;
}
</style>
background-color css
<style>
a { background-color: #23ABEC; }
a { background-color: rgb(35,171,236); }
div.DivClassName
{
background-color: #23ABEC;
}
.BgClassName
{
background-color: #23ABEC;
}
</style>
border-color css
<style>
span { border-color: #23ABEC; }
span { border-color: rgb(35,171,236); }
td.TdClassName
{
border-color: #23ABEC;
}
.TagClassName
{
border-color: #23ABEC;
}
</style>