Shades of Deep Sky Blue #16BDFF
Tints of Deep Sky Blue #16BDFF
RGB
CMYK
RGB Variations
Color information
#16BDFF (or 0x16BDFF) is known color: Deep Sky Blue. HEX triplet: 16, BD and FF. RGB value is (22,189,255). Sum of RGB (Red+Green+Blue) = 22+189+255=466 (61% of max value = 765). Red value is 22 (8.98% from 255 or 4.72% from 466); Green value is 189 (74.22% from 255 or 40.56% from 466); Blue value is 255 (100% from 255 or 54.72% from 466); Max value from RGB is 255 - color contains mainly: blue. Hex color #16BDFF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #16BDFF is #E94200. Grayscale: #929292. Windows color (decimal): -15286785 or 16760086. OLE color: 16760086.
HSL color Cylindrical-coordinate representation of color #16BDFF: hue angle of 197º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #16BDFF is Cyan = 0.91, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 22 | 189 | 255 | - |
| CMYK | 0.91 | 0.26 | 0 | 0 |
| HSL | 197º | 1% | 0.54% | - |
| HSV(B) | 197º | 0.91% | 1% | - |
| XYZ | 36.58 | 43.79 | 101.13 | - |
| YUV | 146.59 | 189.17 | 39.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 189 | 255 | 0.91 | 0.26 | 0 | 0 | 197 | 1 | 0.54 |
| Hex | 16 | BD | FF | 5B | 1A | 0 | 0 | C5 | 64 | 36 |
| Octal | 26 | 275 | 377 | 133 | 32 | 0 | 0 | 305 | 144 | 66 |
| Binary | 10110 | 10111101 | 11111111 | 1011011 | 11010 | 0 | 0 | 11000101 | 1100100 | 110110 |
Color Harmonies of #16BDFF
Complementary color
Monochromatic Colors of #16BDFF
Black with #16BDFF
Text Example
Text Example
White with #16BDFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16BDFF; }
p { color: rgb(22,189,255); }
H1.HeaderClassName
{
color: #16BDFF;
}
.AnyTagClassName
{
color: #16BDFF;
}
</style>
background-color css
<style>
a { background-color: #16BDFF; }
a { background-color: rgb(22,189,255); }
div.DivClassName
{
background-color: #16BDFF;
}
.BgClassName
{
background-color: #16BDFF;
}
</style>
border-color css
<style>
span { border-color: #16BDFF; }
span { border-color: rgb(22,189,255); }
td.TdClassName
{
border-color: #16BDFF;
}
.TagClassName
{
border-color: #16BDFF;
}
</style>