Shades of Deep Sky Blue #23BAFF
Tints of Deep Sky Blue #23BAFF
RGB
CMYK
RGB Variations
Color information
#23BAFF (or 0x23BAFF) is known color: Deep Sky Blue. HEX triplet: 23, BA and FF. RGB value is (35,186,255). Sum of RGB (Red+Green+Blue) = 35+186+255=476 (63% of max value = 765). Red value is 35 (14.06% from 255 or 7.35% from 476); Green value is 186 (73.05% from 255 or 39.08% from 476); Blue value is 255 (100% from 255 or 53.57% from 476); Max value from RGB is 255 - color contains mainly: blue. Hex color #23BAFF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #23BAFF is #DC4500. Grayscale: #949494. Windows color (decimal): -14435585 or 16759331. OLE color: 16759331.
HSL color Cylindrical-coordinate representation of color #23BAFF: hue angle of 198.82º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #23BAFF is Cyan = 0.86, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 35 | 186 | 255 | - |
| CMYK | 0.86 | 0.27 | 0 | 0 |
| HSL | 198.82º | 1% | 0.57% | - |
| HSV(B) | 198.82º | 0.86% | 1% | - |
| XYZ | 36.3 | 42.7 | 100.94 | - |
| YUV | 148.72 | 187.97 | 46.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 186 | 255 | 0.86 | 0.27 | 0 | 0 | 198.82 | 1 | 0.57 |
| Hex | 23 | BA | FF | 56 | 1B | 0 | 0 | C7 | 64 | 39 |
| Octal | 43 | 272 | 377 | 126 | 33 | 0 | 0 | 307 | 144 | 71 |
| Binary | 100011 | 10111010 | 11111111 | 1010110 | 11011 | 0 | 0 | 11000111 | 1100100 | 111001 |
Color Harmonies of #23BAFF
Complementary color
Monochromatic Colors of #23BAFF
Black with #23BAFF
Text Example
Text Example
White with #23BAFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23BAFF; }
p { color: rgb(35,186,255); }
H1.HeaderClassName
{
color: #23BAFF;
}
.AnyTagClassName
{
color: #23BAFF;
}
</style>
background-color css
<style>
a { background-color: #23BAFF; }
a { background-color: rgb(35,186,255); }
div.DivClassName
{
background-color: #23BAFF;
}
.BgClassName
{
background-color: #23BAFF;
}
</style>
border-color css
<style>
span { border-color: #23BAFF; }
span { border-color: rgb(35,186,255); }
td.TdClassName
{
border-color: #23BAFF;
}
.TagClassName
{
border-color: #23BAFF;
}
</style>