Shades of Deep Sky Blue #0FAAFC
Tints of Deep Sky Blue #0FAAFC
RGB
CMYK
RGB Variations
Color information
#0FAAFC (or 0x0FAAFC) is known color: Deep Sky Blue. HEX triplet: 0F, AA and FC. RGB value is (15,170,252). Sum of RGB (Red+Green+Blue) = 15+170+252=437 (57% of max value = 765). Red value is 15 (6.25% from 255 or 3.43% from 437); Green value is 170 (66.80% from 255 or 38.90% from 437); Blue value is 252 (98.83% from 255 or 57.67% from 437); Max value from RGB is 252 - color contains mainly: blue. Hex color #0FAAFC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0FAAFC is #F05503. Grayscale: #848484. Windows color (decimal): -15750404 or 16558607. OLE color: 16558607.
HSL color Cylindrical-coordinate representation of color #0FAAFC: hue angle of 200.76º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0FAAFC is Cyan = 0.94, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 15 | 170 | 252 | - |
| CMYK | 0.94 | 0.33 | 0 | 0.01 |
| HSL | 200.76º | 0.98% | 0.52% | - |
| HSV(B) | 200.76º | 0.94% | 0.99% | - |
| XYZ | 32.14 | 35.88 | 97.33 | - |
| YUV | 133 | 195.15 | 43.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 170 | 252 | 0.94 | 0.33 | 0 | 0.01 | 200.76 | 0.98 | 0.52 |
| Hex | F | AA | FC | 5E | 21 | 0 | 1 | C9 | 62 | 34 |
| Octal | 17 | 252 | 374 | 136 | 41 | 0 | 1 | 311 | 142 | 64 |
| Binary | 1111 | 10101010 | 11111100 | 1011110 | 100001 | 0 | 1 | 11001001 | 1100010 | 110100 |
Color Harmonies of #0FAAFC
Complementary color
Monochromatic Colors of #0FAAFC
Black with #0FAAFC
Text Example
Text Example
White with #0FAAFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FAAFC; }
p { color: rgb(15,170,252); }
H1.HeaderClassName
{
color: #0FAAFC;
}
.AnyTagClassName
{
color: #0FAAFC;
}
</style>
background-color css
<style>
a { background-color: #0FAAFC; }
a { background-color: rgb(15,170,252); }
div.DivClassName
{
background-color: #0FAAFC;
}
.BgClassName
{
background-color: #0FAAFC;
}
</style>
border-color css
<style>
span { border-color: #0FAAFC; }
span { border-color: rgb(15,170,252); }
td.TdClassName
{
border-color: #0FAAFC;
}
.TagClassName
{
border-color: #0FAAFC;
}
</style>