Shades of Deep Sky Blue #23BAFE
Tints of Deep Sky Blue #23BAFE
RGB
CMYK
RGB Variations
Color information
#23BAFE (or 0x23BAFE) is known color: Deep Sky Blue. HEX triplet: 23, BA and FE. RGB value is (35,186,254). Sum of RGB (Red+Green+Blue) = 35+186+254=475 (62% of max value = 765). Red value is 35 (14.06% from 255 or 7.37% from 475); Green value is 186 (73.05% from 255 or 39.16% from 475); Blue value is 254 (99.61% from 255 or 53.47% from 475); Max value from RGB is 254 - color contains mainly: blue. Hex color #23BAFE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #23BAFE is #DC4501. Grayscale: #949494. Windows color (decimal): -14435586 or 16693795. OLE color: 16693795.
HSL color Cylindrical-coordinate representation of color #23BAFE: hue angle of 198.63º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #23BAFE is Cyan = 0.86, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 35 | 186 | 254 | - |
| CMYK | 0.86 | 0.27 | 0 | 0.00 |
| HSL | 198.63º | 0.99% | 0.57% | - |
| HSV(B) | 198.63º | 0.86% | 1% | - |
| XYZ | 36.14 | 42.63 | 100.09 | - |
| YUV | 148.6 | 187.47 | 46.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 186 | 254 | 0.86 | 0.27 | 0 | 0.00 | 198.63 | 0.99 | 0.57 |
| Hex | 23 | BA | FE | 56 | 1B | 0 | 0 | C7 | 63 | 39 |
| Octal | 43 | 272 | 376 | 126 | 33 | 0 | 0 | 307 | 143 | 71 |
| Binary | 100011 | 10111010 | 11111110 | 1010110 | 11011 | 0 | 0 | 11000111 | 1100011 | 111001 |
Color Harmonies of #23BAFE
Complementary color
Monochromatic Colors of #23BAFE
Black with #23BAFE
Text Example
Text Example
White with #23BAFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23BAFE; }
p { color: rgb(35,186,254); }
H1.HeaderClassName
{
color: #23BAFE;
}
.AnyTagClassName
{
color: #23BAFE;
}
</style>
background-color css
<style>
a { background-color: #23BAFE; }
a { background-color: rgb(35,186,254); }
div.DivClassName
{
background-color: #23BAFE;
}
.BgClassName
{
background-color: #23BAFE;
}
</style>
border-color css
<style>
span { border-color: #23BAFE; }
span { border-color: rgb(35,186,254); }
td.TdClassName
{
border-color: #23BAFE;
}
.TagClassName
{
border-color: #23BAFE;
}
</style>