Shades of Deep Sky Blue #10ACF2
Tints of Deep Sky Blue #10ACF2
RGB
CMYK
RGB Variations
Color information
#10ACF2 (or 0x10ACF2) is known color: Deep Sky Blue. HEX triplet: 10, AC and F2. RGB value is (16,172,242). Sum of RGB (Red+Green+Blue) = 16+172+242=430 (56% of max value = 765). Red value is 16 (6.64% from 255 or 3.72% from 430); Green value is 172 (67.58% from 255 or 40% from 430); Blue value is 242 (94.92% from 255 or 56.28% from 430); Max value from RGB is 242 - color contains mainly: blue. Hex color #10ACF2 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #10ACF2 is #EF530D. Grayscale: #848484. Windows color (decimal): -15684366 or 15903760. OLE color: 15903760.
HSL color Cylindrical-coordinate representation of color #10ACF2: hue angle of 198.58º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #10ACF2 is Cyan = 0.93, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 16 | 172 | 242 | - |
| CMYK | 0.93 | 0.29 | 0 | 0.05 |
| HSL | 198.58º | 0.9% | 0.51% | - |
| HSV(B) | 198.58º | 0.93% | 0.95% | - |
| XYZ | 30.99 | 36.03 | 89.32 | - |
| YUV | 133.34 | 189.32 | 44.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 172 | 242 | 0.93 | 0.29 | 0 | 0.05 | 198.58 | 0.9 | 0.51 |
| Hex | 10 | AC | F2 | 5D | 1D | 0 | 5 | C7 | 5A | 33 |
| Octal | 20 | 254 | 362 | 135 | 35 | 0 | 5 | 307 | 132 | 63 |
| Binary | 10000 | 10101100 | 11110010 | 1011101 | 11101 | 0 | 101 | 11000111 | 1011010 | 110011 |
Color Harmonies of #10ACF2
Complementary color
Monochromatic Colors of #10ACF2
Black with #10ACF2
Text Example
Text Example
White with #10ACF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10ACF2; }
p { color: rgb(16,172,242); }
H1.HeaderClassName
{
color: #10ACF2;
}
.AnyTagClassName
{
color: #10ACF2;
}
</style>
background-color css
<style>
a { background-color: #10ACF2; }
a { background-color: rgb(16,172,242); }
div.DivClassName
{
background-color: #10ACF2;
}
.BgClassName
{
background-color: #10ACF2;
}
</style>
border-color css
<style>
span { border-color: #10ACF2; }
span { border-color: rgb(16,172,242); }
td.TdClassName
{
border-color: #10ACF2;
}
.TagClassName
{
border-color: #10ACF2;
}
</style>