Shades of Deep Sky Blue #23BBFD
Tints of Deep Sky Blue #23BBFD
RGB
CMYK
RGB Variations
Color information
#23BBFD (or 0x23BBFD) is known color: Deep Sky Blue. HEX triplet: 23, BB and FD. RGB value is (35,187,253). Sum of RGB (Red+Green+Blue) = 35+187+253=475 (62% of max value = 765). Red value is 35 (14.06% from 255 or 7.37% from 475); Green value is 187 (73.44% from 255 or 39.37% from 475); Blue value is 253 (99.22% from 255 or 53.26% from 475); Max value from RGB is 253 - color contains mainly: blue. Hex color #23BBFD is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #23BBFD is #DC4402. Grayscale: #949494. Windows color (decimal): -14435331 or 16628515. OLE color: 16628515.
HSL color Cylindrical-coordinate representation of color #23BBFD: hue angle of 198.17º degrees, saturation: 0.98, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #23BBFD is Cyan = 0.86, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 35 | 187 | 253 | - |
| CMYK | 0.86 | 0.26 | 0 | 0.01 |
| HSL | 198.17º | 0.98% | 0.56% | - |
| HSV(B) | 198.17º | 0.86% | 0.99% | - |
| XYZ | 36.19 | 42.99 | 99.32 | - |
| YUV | 149.08 | 186.64 | 46.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 187 | 253 | 0.86 | 0.26 | 0 | 0.01 | 198.17 | 0.98 | 0.56 |
| Hex | 23 | BB | FD | 56 | 1A | 0 | 1 | C6 | 62 | 38 |
| Octal | 43 | 273 | 375 | 126 | 32 | 0 | 1 | 306 | 142 | 70 |
| Binary | 100011 | 10111011 | 11111101 | 1010110 | 11010 | 0 | 1 | 11000110 | 1100010 | 111000 |
Color Harmonies of #23BBFD
Complementary color
Monochromatic Colors of #23BBFD
Black with #23BBFD
Text Example
Text Example
White with #23BBFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23BBFD; }
p { color: rgb(35,187,253); }
H1.HeaderClassName
{
color: #23BBFD;
}
.AnyTagClassName
{
color: #23BBFD;
}
</style>
background-color css
<style>
a { background-color: #23BBFD; }
a { background-color: rgb(35,187,253); }
div.DivClassName
{
background-color: #23BBFD;
}
.BgClassName
{
background-color: #23BBFD;
}
</style>
border-color css
<style>
span { border-color: #23BBFD; }
span { border-color: rgb(35,187,253); }
td.TdClassName
{
border-color: #23BBFD;
}
.TagClassName
{
border-color: #23BBFD;
}
</style>