Shades of Deep Sky Blue #16BCFF
Tints of Deep Sky Blue #16BCFF
RGB
CMYK
RGB Variations
Color information
#16BCFF (or 0x16BCFF) is known color: Deep Sky Blue. HEX triplet: 16, BC and FF. RGB value is (22,188,255). Sum of RGB (Red+Green+Blue) = 22+188+255=465 (61% of max value = 765). Red value is 22 (8.98% from 255 or 4.73% from 465); Green value is 188 (73.83% from 255 or 40.43% from 465); Blue value is 255 (100% from 255 or 54.84% from 465); Max value from RGB is 255 - color contains mainly: blue. Hex color #16BCFF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #16BCFF is #E94300. Grayscale: #919191. Windows color (decimal): -15287041 or 16759830. OLE color: 16759830.
HSL color Cylindrical-coordinate representation of color #16BCFF: hue angle of 197.25º 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 #16BCFF is Cyan = 0.91, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 22 | 188 | 255 | - |
| CMYK | 0.91 | 0.26 | 0 | 0 |
| HSL | 197.25º | 1% | 0.54% | - |
| HSV(B) | 197.25º | 0.91% | 1% | - |
| XYZ | 36.36 | 43.36 | 101.06 | - |
| YUV | 146 | 189.5 | 39.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 188 | 255 | 0.91 | 0.26 | 0 | 0 | 197.25 | 1 | 0.54 |
| Hex | 16 | BC | FF | 5B | 1A | 0 | 0 | C5 | 64 | 36 |
| Octal | 26 | 274 | 377 | 133 | 32 | 0 | 0 | 305 | 144 | 66 |
| Binary | 10110 | 10111100 | 11111111 | 1011011 | 11010 | 0 | 0 | 11000101 | 1100100 | 110110 |
Color Harmonies of #16BCFF
Complementary color
Monochromatic Colors of #16BCFF
Black with #16BCFF
Text Example
Text Example
White with #16BCFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16BCFF; }
p { color: rgb(22,188,255); }
H1.HeaderClassName
{
color: #16BCFF;
}
.AnyTagClassName
{
color: #16BCFF;
}
</style>
background-color css
<style>
a { background-color: #16BCFF; }
a { background-color: rgb(22,188,255); }
div.DivClassName
{
background-color: #16BCFF;
}
.BgClassName
{
background-color: #16BCFF;
}
</style>
border-color css
<style>
span { border-color: #16BCFF; }
span { border-color: rgb(22,188,255); }
td.TdClassName
{
border-color: #16BCFF;
}
.TagClassName
{
border-color: #16BCFF;
}
</style>