Shades of Deep Sky Blue #10A8FB
Tints of Deep Sky Blue #10A8FB
RGB
CMYK
RGB Variations
Color information
#10A8FB (or 0x10A8FB) is known color: Deep Sky Blue. HEX triplet: 10, A8 and FB. RGB value is (16,168,251). Sum of RGB (Red+Green+Blue) = 16+168+251=435 (57% of max value = 765). Red value is 16 (6.64% from 255 or 3.68% from 435); Green value is 168 (66.02% from 255 or 38.62% from 435); Blue value is 251 (98.44% from 255 or 57.70% from 435); Max value from RGB is 251 - color contains mainly: blue. Hex color #10A8FB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #10A8FB is #EF5704. Grayscale: #838383. Windows color (decimal): -15685381 or 16492560. OLE color: 16492560.
HSL color Cylindrical-coordinate representation of color #10A8FB: hue angle of 201.19º degrees, saturation: 0.97, 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 #10A8FB is Cyan = 0.94, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 16 | 168 | 251 | - |
| CMYK | 0.94 | 0.33 | 0 | 0.02 |
| HSL | 201.19º | 0.97% | 0.52% | - |
| HSV(B) | 201.19º | 0.94% | 0.98% | - |
| XYZ | 31.63 | 35.08 | 96.37 | - |
| YUV | 132.01 | 195.14 | 45.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 168 | 251 | 0.94 | 0.33 | 0 | 0.02 | 201.19 | 0.97 | 0.52 |
| Hex | 10 | A8 | FB | 5E | 21 | 0 | 2 | C9 | 61 | 34 |
| Octal | 20 | 250 | 373 | 136 | 41 | 0 | 2 | 311 | 141 | 64 |
| Binary | 10000 | 10101000 | 11111011 | 1011110 | 100001 | 0 | 10 | 11001001 | 1100001 | 110100 |
Color Harmonies of #10A8FB
Complementary color
Monochromatic Colors of #10A8FB
Black with #10A8FB
Text Example
Text Example
White with #10A8FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10A8FB; }
p { color: rgb(16,168,251); }
H1.HeaderClassName
{
color: #10A8FB;
}
.AnyTagClassName
{
color: #10A8FB;
}
</style>
background-color css
<style>
a { background-color: #10A8FB; }
a { background-color: rgb(16,168,251); }
div.DivClassName
{
background-color: #10A8FB;
}
.BgClassName
{
background-color: #10A8FB;
}
</style>
border-color css
<style>
span { border-color: #10A8FB; }
span { border-color: rgb(16,168,251); }
td.TdClassName
{
border-color: #10A8FB;
}
.TagClassName
{
border-color: #10A8FB;
}
</style>