Shades of Deep Sky Blue #16DAFF
Tints of Deep Sky Blue #16DAFF
RGB
CMYK
RGB Variations
Color information
#16DAFF (or 0x16DAFF) is known color: Deep Sky Blue. HEX triplet: 16, DA and FF. RGB value is (22,218,255). Sum of RGB (Red+Green+Blue) = 22+218+255=495 (65% of max value = 765). Red value is 22 (8.98% from 255 or 4.44% from 495); Green value is 218 (85.55% from 255 or 44.04% from 495); Blue value is 255 (100% from 255 or 51.52% from 495); Max value from RGB is 255 - color contains mainly: blue. Hex color #16DAFF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #16DAFF is #E92500. Grayscale: #A3A3A3. Windows color (decimal): -15279361 or 16767510. OLE color: 16767510.
HSL color Cylindrical-coordinate representation of color #16DAFF: hue angle of 189.53º 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 #16DAFF is Cyan = 0.91, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 22 | 218 | 255 | - |
| CMYK | 0.91 | 0.15 | 0 | 0 |
| HSL | 189.53º | 1% | 0.54% | - |
| HSV(B) | 189.53º | 0.91% | 1% | - |
| XYZ | 43.45 | 57.53 | 103.42 | - |
| YUV | 163.61 | 179.57 | 26.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 218 | 255 | 0.91 | 0.15 | 0 | 0 | 189.53 | 1 | 0.54 |
| Hex | 16 | DA | FF | 5B | F | 0 | 0 | BE | 64 | 36 |
| Octal | 26 | 332 | 377 | 133 | 17 | 0 | 0 | 276 | 144 | 66 |
| Binary | 10110 | 11011010 | 11111111 | 1011011 | 1111 | 0 | 0 | 10111110 | 1100100 | 110110 |
Color Harmonies of #16DAFF
Complementary color
Monochromatic Colors of #16DAFF
Black with #16DAFF
Text Example
Text Example
White with #16DAFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16DAFF; }
p { color: rgb(22,218,255); }
H1.HeaderClassName
{
color: #16DAFF;
}
.AnyTagClassName
{
color: #16DAFF;
}
</style>
background-color css
<style>
a { background-color: #16DAFF; }
a { background-color: rgb(22,218,255); }
div.DivClassName
{
background-color: #16DAFF;
}
.BgClassName
{
background-color: #16DAFF;
}
</style>
border-color css
<style>
span { border-color: #16DAFF; }
span { border-color: rgb(22,218,255); }
td.TdClassName
{
border-color: #16DAFF;
}
.TagClassName
{
border-color: #16DAFF;
}
</style>