Shades of Summer Sky #23BAE7
Tints of Summer Sky #23BAE7
RGB
CMYK
RGB Variations
Color information
#23BAE7 (or 0x23BAE7) is known color: Summer Sky. HEX triplet: 23, BA and E7. RGB value is (35,186,231). Sum of RGB (Red+Green+Blue) = 35+186+231=452 (59% of max value = 765). Red value is 35 (14.06% from 255 or 7.74% from 452); Green value is 186 (73.05% from 255 or 41.15% from 452); Blue value is 231 (90.62% from 255 or 51.11% from 452); Max value from RGB is 231 - color contains mainly: blue. Hex color #23BAE7 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #23BAE7 is #DC4518. Grayscale: #919191. Windows color (decimal): -14435609 or 15186467. OLE color: 15186467.
HSL color Cylindrical-coordinate representation of color #23BAE7: hue angle of 193.78º degrees, saturation: 0.8, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #23BAE7 is Cyan = 0.85, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 35 | 186 | 231 | - |
| CMYK | 0.85 | 0.19 | 0 | 0.09 |
| HSL | 193.78º | 0.8% | 0.52% | - |
| HSV(B) | 193.78º | 0.85% | 0.91% | - |
| XYZ | 32.68 | 41.24 | 81.84 | - |
| YUV | 145.98 | 175.97 | 48.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 186 | 231 | 0.85 | 0.19 | 0 | 0.09 | 193.78 | 0.8 | 0.52 |
| Hex | 23 | BA | E7 | 55 | 13 | 0 | 9 | C2 | 50 | 34 |
| Octal | 43 | 272 | 347 | 125 | 23 | 0 | 11 | 302 | 120 | 64 |
| Binary | 100011 | 10111010 | 11100111 | 1010101 | 10011 | 0 | 1001 | 11000010 | 1010000 | 110100 |
Color Harmonies of #23BAE7
Complementary color
Monochromatic Colors of #23BAE7
Black with #23BAE7
Text Example
Text Example
White with #23BAE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23BAE7; }
p { color: rgb(35,186,231); }
H1.HeaderClassName
{
color: #23BAE7;
}
.AnyTagClassName
{
color: #23BAE7;
}
</style>
background-color css
<style>
a { background-color: #23BAE7; }
a { background-color: rgb(35,186,231); }
div.DivClassName
{
background-color: #23BAE7;
}
.BgClassName
{
background-color: #23BAE7;
}
</style>
border-color css
<style>
span { border-color: #23BAE7; }
span { border-color: rgb(35,186,231); }
td.TdClassName
{
border-color: #23BAE7;
}
.TagClassName
{
border-color: #23BAE7;
}
</style>