Shades of Summer Sky #23BAEC
Tints of Summer Sky #23BAEC
RGB
CMYK
RGB Variations
Color information
#23BAEC (or 0x23BAEC) is known color: Summer Sky. HEX triplet: 23, BA and EC. RGB value is (35,186,236). Sum of RGB (Red+Green+Blue) = 35+186+236=457 (60% of max value = 765). Red value is 35 (14.06% from 255 or 7.66% from 457); Green value is 186 (73.05% from 255 or 40.70% from 457); Blue value is 236 (92.58% from 255 or 51.64% from 457); Max value from RGB is 236 - color contains mainly: blue. Hex color #23BAEC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #23BAEC is #DC4513. Grayscale: #929292. Windows color (decimal): -14435604 or 15514147. OLE color: 15514147.
HSL color Cylindrical-coordinate representation of color #23BAEC: hue angle of 194.93º 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 #23BAEC is Cyan = 0.85, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 35 | 186 | 236 | - |
| CMYK | 0.85 | 0.21 | 0 | 0.07 |
| HSL | 194.93º | 0.84% | 0.53% | - |
| HSV(B) | 194.93º | 0.85% | 0.93% | - |
| XYZ | 33.39 | 41.53 | 85.61 | - |
| YUV | 146.55 | 178.47 | 48.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 186 | 236 | 0.85 | 0.21 | 0 | 0.07 | 194.93 | 0.84 | 0.53 |
| Hex | 23 | BA | EC | 55 | 15 | 0 | 7 | C3 | 54 | 35 |
| Octal | 43 | 272 | 354 | 125 | 25 | 0 | 7 | 303 | 124 | 65 |
| Binary | 100011 | 10111010 | 11101100 | 1010101 | 10101 | 0 | 111 | 11000011 | 1010100 | 110101 |
Color Harmonies of #23BAEC
Complementary color
Monochromatic Colors of #23BAEC
Black with #23BAEC
Text Example
Text Example
White with #23BAEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23BAEC; }
p { color: rgb(35,186,236); }
H1.HeaderClassName
{
color: #23BAEC;
}
.AnyTagClassName
{
color: #23BAEC;
}
</style>
background-color css
<style>
a { background-color: #23BAEC; }
a { background-color: rgb(35,186,236); }
div.DivClassName
{
background-color: #23BAEC;
}
.BgClassName
{
background-color: #23BAEC;
}
</style>
border-color css
<style>
span { border-color: #23BAEC; }
span { border-color: rgb(35,186,236); }
td.TdClassName
{
border-color: #23BAEC;
}
.TagClassName
{
border-color: #23BAEC;
}
</style>