Shades of Deep Sky Blue #16BDFD
Tints of Deep Sky Blue #16BDFD
RGB
CMYK
RGB Variations
Color information
#16BDFD (or 0x16BDFD) is known color: Deep Sky Blue. HEX triplet: 16, BD and FD. RGB value is (22,189,253). Sum of RGB (Red+Green+Blue) = 22+189+253=464 (61% of max value = 765). Red value is 22 (8.98% from 255 or 4.74% from 464); Green value is 189 (74.22% from 255 or 40.73% from 464); Blue value is 253 (99.22% from 255 or 54.53% from 464); Max value from RGB is 253 - color contains mainly: blue. Hex color #16BDFD is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #16BDFD is #E94202. Grayscale: #919191. Windows color (decimal): -15286787 or 16629014. OLE color: 16629014.
HSL color Cylindrical-coordinate representation of color #16BDFD: hue angle of 196.62º degrees, saturation: 0.98, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #16BDFD is Cyan = 0.91, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 22 | 189 | 253 | - |
| CMYK | 0.91 | 0.25 | 0 | 0.01 |
| HSL | 196.62º | 0.98% | 0.54% | - |
| HSV(B) | 196.62º | 0.91% | 0.99% | - |
| XYZ | 36.26 | 43.66 | 99.44 | - |
| YUV | 146.36 | 188.17 | 39.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 189 | 253 | 0.91 | 0.25 | 0 | 0.01 | 196.62 | 0.98 | 0.54 |
| Hex | 16 | BD | FD | 5B | 19 | 0 | 1 | C5 | 62 | 36 |
| Octal | 26 | 275 | 375 | 133 | 31 | 0 | 1 | 305 | 142 | 66 |
| Binary | 10110 | 10111101 | 11111101 | 1011011 | 11001 | 0 | 1 | 11000101 | 1100010 | 110110 |
Color Harmonies of #16BDFD
Complementary color
Monochromatic Colors of #16BDFD
Black with #16BDFD
Text Example
Text Example
White with #16BDFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16BDFD; }
p { color: rgb(22,189,253); }
H1.HeaderClassName
{
color: #16BDFD;
}
.AnyTagClassName
{
color: #16BDFD;
}
</style>
background-color css
<style>
a { background-color: #16BDFD; }
a { background-color: rgb(22,189,253); }
div.DivClassName
{
background-color: #16BDFD;
}
.BgClassName
{
background-color: #16BDFD;
}
</style>
border-color css
<style>
span { border-color: #16BDFD; }
span { border-color: rgb(22,189,253); }
td.TdClassName
{
border-color: #16BDFD;
}
.TagClassName
{
border-color: #16BDFD;
}
</style>