Shades of Deep Sky Blue #23BBFF
Tints of Deep Sky Blue #23BBFF
RGB
CMYK
RGB Variations
Color information
#23BBFF (or 0x23BBFF) is known color: Deep Sky Blue. HEX triplet: 23, BB and FF. RGB value is (35,187,255). Sum of RGB (Red+Green+Blue) = 35+187+255=477 (63% of max value = 765). Red value is 35 (14.06% from 255 or 7.34% from 477); Green value is 187 (73.44% from 255 or 39.20% from 477); Blue value is 255 (100% from 255 or 53.46% from 477); Max value from RGB is 255 - color contains mainly: blue. Hex color #23BBFF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #23BBFF is #DC4400. Grayscale: #949494. Windows color (decimal): -14435329 or 16759587. OLE color: 16759587.
HSL color Cylindrical-coordinate representation of color #23BBFF: hue angle of 198.55º 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 #23BBFF is Cyan = 0.86, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 35 | 187 | 255 | - |
| CMYK | 0.86 | 0.27 | 0 | 0 |
| HSL | 198.55º | 1% | 0.57% | - |
| HSV(B) | 198.55º | 0.86% | 1% | - |
| XYZ | 36.51 | 43.12 | 101.01 | - |
| YUV | 149.3 | 187.64 | 46.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 187 | 255 | 0.86 | 0.27 | 0 | 0 | 198.55 | 1 | 0.57 |
| Hex | 23 | BB | FF | 56 | 1B | 0 | 0 | C7 | 64 | 39 |
| Octal | 43 | 273 | 377 | 126 | 33 | 0 | 0 | 307 | 144 | 71 |
| Binary | 100011 | 10111011 | 11111111 | 1010110 | 11011 | 0 | 0 | 11000111 | 1100100 | 111001 |
Color Harmonies of #23BBFF
Complementary color
Monochromatic Colors of #23BBFF
Black with #23BBFF
Text Example
Text Example
White with #23BBFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23BBFF; }
p { color: rgb(35,187,255); }
H1.HeaderClassName
{
color: #23BBFF;
}
.AnyTagClassName
{
color: #23BBFF;
}
</style>
background-color css
<style>
a { background-color: #23BBFF; }
a { background-color: rgb(35,187,255); }
div.DivClassName
{
background-color: #23BBFF;
}
.BgClassName
{
background-color: #23BBFF;
}
</style>
border-color css
<style>
span { border-color: #23BBFF; }
span { border-color: rgb(35,187,255); }
td.TdClassName
{
border-color: #23BBFF;
}
.TagClassName
{
border-color: #23BBFF;
}
</style>