Shades of Deep Sky Blue #10ABFB
Tints of Deep Sky Blue #10ABFB
RGB
CMYK
RGB Variations
Color information
#10ABFB (or 0x10ABFB) is known color: Deep Sky Blue. HEX triplet: 10, AB and FB. RGB value is (16,171,251). Sum of RGB (Red+Green+Blue) = 16+171+251=438 (58% of max value = 765). Red value is 16 (6.64% from 255 or 3.65% from 438); Green value is 171 (67.19% from 255 or 39.04% from 438); Blue value is 251 (98.44% from 255 or 57.31% from 438); Max value from RGB is 251 - color contains mainly: blue. Hex color #10ABFB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #10ABFB is #EF5404. Grayscale: #858585. Windows color (decimal): -15684613 or 16493328. OLE color: 16493328.
HSL color Cylindrical-coordinate representation of color #10ABFB: hue angle of 200.43º 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 #10ABFB is Cyan = 0.94, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 16 | 171 | 251 | - |
| CMYK | 0.94 | 0.32 | 0 | 0.02 |
| HSL | 200.43º | 0.97% | 0.52% | - |
| HSV(B) | 200.43º | 0.94% | 0.98% | - |
| XYZ | 32.19 | 36.2 | 96.56 | - |
| YUV | 133.78 | 194.15 | 44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 171 | 251 | 0.94 | 0.32 | 0 | 0.02 | 200.43 | 0.97 | 0.52 |
| Hex | 10 | AB | FB | 5E | 20 | 0 | 2 | C8 | 61 | 34 |
| Octal | 20 | 253 | 373 | 136 | 40 | 0 | 2 | 310 | 141 | 64 |
| Binary | 10000 | 10101011 | 11111011 | 1011110 | 100000 | 0 | 10 | 11001000 | 1100001 | 110100 |
Color Harmonies of #10ABFB
Complementary color
Monochromatic Colors of #10ABFB
Black with #10ABFB
Text Example
Text Example
White with #10ABFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10ABFB; }
p { color: rgb(16,171,251); }
H1.HeaderClassName
{
color: #10ABFB;
}
.AnyTagClassName
{
color: #10ABFB;
}
</style>
background-color css
<style>
a { background-color: #10ABFB; }
a { background-color: rgb(16,171,251); }
div.DivClassName
{
background-color: #10ABFB;
}
.BgClassName
{
background-color: #10ABFB;
}
</style>
border-color css
<style>
span { border-color: #10ABFB; }
span { border-color: rgb(16,171,251); }
td.TdClassName
{
border-color: #10ABFB;
}
.TagClassName
{
border-color: #10ABFB;
}
</style>