Shades of Deep Sky Blue #16ACFD
Tints of Deep Sky Blue #16ACFD
RGB
CMYK
RGB Variations
Color information
#16ACFD (or 0x16ACFD) is known color: Deep Sky Blue. HEX triplet: 16, AC and FD. RGB value is (22,172,253). Sum of RGB (Red+Green+Blue) = 22+172+253=447 (59% of max value = 765). Red value is 22 (8.98% from 255 or 4.92% from 447); Green value is 172 (67.58% from 255 or 38.48% from 447); Blue value is 253 (99.22% from 255 or 56.60% from 447); Max value from RGB is 253 - color contains mainly: blue. Hex color #16ACFD is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #16ACFD is #E95302. Grayscale: #878787. Windows color (decimal): -15291139 or 16624662. OLE color: 16624662.
HSL color Cylindrical-coordinate representation of color #16ACFD: hue angle of 201.04º 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 #16ACFD is Cyan = 0.91, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 22 | 172 | 253 | - |
| CMYK | 0.91 | 0.32 | 0 | 0.01 |
| HSL | 201.04º | 0.98% | 0.54% | - |
| HSV(B) | 201.04º | 0.91% | 0.99% | - |
| XYZ | 32.81 | 36.77 | 98.3 | - |
| YUV | 136.38 | 193.81 | 46.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 172 | 253 | 0.91 | 0.32 | 0 | 0.01 | 201.04 | 0.98 | 0.54 |
| Hex | 16 | AC | FD | 5B | 20 | 0 | 1 | C9 | 62 | 36 |
| Octal | 26 | 254 | 375 | 133 | 40 | 0 | 1 | 311 | 142 | 66 |
| Binary | 10110 | 10101100 | 11111101 | 1011011 | 100000 | 0 | 1 | 11001001 | 1100010 | 110110 |
Color Harmonies of #16ACFD
Complementary color
Monochromatic Colors of #16ACFD
Black with #16ACFD
Text Example
Text Example
White with #16ACFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16ACFD; }
p { color: rgb(22,172,253); }
H1.HeaderClassName
{
color: #16ACFD;
}
.AnyTagClassName
{
color: #16ACFD;
}
</style>
background-color css
<style>
a { background-color: #16ACFD; }
a { background-color: rgb(22,172,253); }
div.DivClassName
{
background-color: #16ACFD;
}
.BgClassName
{
background-color: #16ACFD;
}
</style>
border-color css
<style>
span { border-color: #16ACFD; }
span { border-color: rgb(22,172,253); }
td.TdClassName
{
border-color: #16ACFD;
}
.TagClassName
{
border-color: #16ACFD;
}
</style>