Shades of Deep Sky Blue #10B2FA
Tints of Deep Sky Blue #10B2FA
RGB
CMYK
RGB Variations
Color information
#10B2FA (or 0x10B2FA) is known color: Deep Sky Blue. HEX triplet: 10, B2 and FA. RGB value is (16,178,250). Sum of RGB (Red+Green+Blue) = 16+178+250=444 (58% of max value = 765). Red value is 16 (6.64% from 255 or 3.60% from 444); Green value is 178 (69.92% from 255 or 40.09% from 444); Blue value is 250 (98.05% from 255 or 56.31% from 444); Max value from RGB is 250 - color contains mainly: blue. Hex color #10B2FA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #10B2FA is #EF4D05. Grayscale: #898989. Windows color (decimal): -15682822 or 16429584. OLE color: 16429584.
HSL color Cylindrical-coordinate representation of color #10B2FA: hue angle of 198.46º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #10B2FA is Cyan = 0.94, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 16 | 178 | 250 | - |
| CMYK | 0.94 | 0.29 | 0 | 0.02 |
| HSL | 198.46º | 0.96% | 0.52% | - |
| HSV(B) | 198.46º | 0.94% | 0.98% | - |
| XYZ | 33.39 | 38.85 | 96.18 | - |
| YUV | 137.77 | 191.33 | 41.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 178 | 250 | 0.94 | 0.29 | 0 | 0.02 | 198.46 | 0.96 | 0.52 |
| Hex | 10 | B2 | FA | 5E | 1D | 0 | 2 | C6 | 60 | 34 |
| Octal | 20 | 262 | 372 | 136 | 35 | 0 | 2 | 306 | 140 | 64 |
| Binary | 10000 | 10110010 | 11111010 | 1011110 | 11101 | 0 | 10 | 11000110 | 1100000 | 110100 |
Color Harmonies of #10B2FA
Complementary color
Monochromatic Colors of #10B2FA
Black with #10B2FA
Text Example
Text Example
White with #10B2FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10B2FA; }
p { color: rgb(16,178,250); }
H1.HeaderClassName
{
color: #10B2FA;
}
.AnyTagClassName
{
color: #10B2FA;
}
</style>
background-color css
<style>
a { background-color: #10B2FA; }
a { background-color: rgb(16,178,250); }
div.DivClassName
{
background-color: #10B2FA;
}
.BgClassName
{
background-color: #10B2FA;
}
</style>
border-color css
<style>
span { border-color: #10B2FA; }
span { border-color: rgb(16,178,250); }
td.TdClassName
{
border-color: #10B2FA;
}
.TagClassName
{
border-color: #10B2FA;
}
</style>