Shades of Deep Sky Blue #16B2FA
Tints of Deep Sky Blue #16B2FA
RGB
CMYK
RGB Variations
Color information
#16B2FA (or 0x16B2FA) is known color: Deep Sky Blue. HEX triplet: 16, B2 and FA. RGB value is (22,178,250). Sum of RGB (Red+Green+Blue) = 22+178+250=450 (59% of max value = 765). Red value is 22 (8.98% from 255 or 4.89% from 450); Green value is 178 (69.92% from 255 or 39.56% from 450); Blue value is 250 (98.05% from 255 or 55.56% from 450); Max value from RGB is 250 - color contains mainly: blue. Hex color #16B2FA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #16B2FA is #E94D05. Grayscale: #8B8B8B. Windows color (decimal): -15289606 or 16429590. OLE color: 16429590.
HSL color Cylindrical-coordinate representation of color #16B2FA: hue angle of 198.95º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #16B2FA is Cyan = 0.91, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 22 | 178 | 250 | - |
| CMYK | 0.91 | 0.29 | 0 | 0.02 |
| HSL | 198.95º | 0.96% | 0.53% | - |
| HSV(B) | 198.95º | 0.91% | 0.98% | - |
| XYZ | 33.51 | 38.91 | 96.19 | - |
| YUV | 139.56 | 190.32 | 44.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 178 | 250 | 0.91 | 0.29 | 0 | 0.02 | 198.95 | 0.96 | 0.53 |
| Hex | 16 | B2 | FA | 5B | 1D | 0 | 2 | C7 | 60 | 35 |
| Octal | 26 | 262 | 372 | 133 | 35 | 0 | 2 | 307 | 140 | 65 |
| Binary | 10110 | 10110010 | 11111010 | 1011011 | 11101 | 0 | 10 | 11000111 | 1100000 | 110101 |
Color Harmonies of #16B2FA
Complementary color
Monochromatic Colors of #16B2FA
Black with #16B2FA
Text Example
Text Example
White with #16B2FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16B2FA; }
p { color: rgb(22,178,250); }
H1.HeaderClassName
{
color: #16B2FA;
}
.AnyTagClassName
{
color: #16B2FA;
}
</style>
background-color css
<style>
a { background-color: #16B2FA; }
a { background-color: rgb(22,178,250); }
div.DivClassName
{
background-color: #16B2FA;
}
.BgClassName
{
background-color: #16B2FA;
}
</style>
border-color css
<style>
span { border-color: #16B2FA; }
span { border-color: rgb(22,178,250); }
td.TdClassName
{
border-color: #16B2FA;
}
.TagClassName
{
border-color: #16B2FA;
}
</style>