Shades of Deep Sky Blue #0FAAF3
Tints of Deep Sky Blue #0FAAF3
RGB
CMYK
RGB Variations
Color information
#0FAAF3 (or 0x0FAAF3) is known color: Deep Sky Blue. HEX triplet: 0F, AA and F3. RGB value is (15,170,243). Sum of RGB (Red+Green+Blue) = 15+170+243=428 (56% of max value = 765). Red value is 15 (6.25% from 255 or 3.50% from 428); Green value is 170 (66.80% from 255 or 39.72% from 428); Blue value is 243 (95.31% from 255 or 56.78% from 428); Max value from RGB is 243 - color contains mainly: blue. Hex color #0FAAF3 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0FAAF3 is #F0550C. Grayscale: #838383. Windows color (decimal): -15750413 or 15968783. OLE color: 15968783.
HSL color Cylindrical-coordinate representation of color #0FAAF3: hue angle of 199.21º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0FAAF3 is Cyan = 0.94, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 15 | 170 | 243 | - |
| CMYK | 0.94 | 0.30 | 0 | 0.05 |
| HSL | 199.21º | 0.9% | 0.51% | - |
| HSV(B) | 199.21º | 0.94% | 0.95% | - |
| XYZ | 30.75 | 35.32 | 89.99 | - |
| YUV | 131.98 | 190.65 | 44.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 170 | 243 | 0.94 | 0.30 | 0 | 0.05 | 199.21 | 0.9 | 0.51 |
| Hex | F | AA | F3 | 5E | 1E | 0 | 5 | C7 | 5A | 33 |
| Octal | 17 | 252 | 363 | 136 | 36 | 0 | 5 | 307 | 132 | 63 |
| Binary | 1111 | 10101010 | 11110011 | 1011110 | 11110 | 0 | 101 | 11000111 | 1011010 | 110011 |
Color Harmonies of #0FAAF3
Complementary color
Monochromatic Colors of #0FAAF3
Black with #0FAAF3
Text Example
Text Example
White with #0FAAF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FAAF3; }
p { color: rgb(15,170,243); }
H1.HeaderClassName
{
color: #0FAAF3;
}
.AnyTagClassName
{
color: #0FAAF3;
}
</style>
background-color css
<style>
a { background-color: #0FAAF3; }
a { background-color: rgb(15,170,243); }
div.DivClassName
{
background-color: #0FAAF3;
}
.BgClassName
{
background-color: #0FAAF3;
}
</style>
border-color css
<style>
span { border-color: #0FAAF3; }
span { border-color: rgb(15,170,243); }
td.TdClassName
{
border-color: #0FAAF3;
}
.TagClassName
{
border-color: #0FAAF3;
}
</style>