Shades of Deep Sky Blue #0FAFFC
Tints of Deep Sky Blue #0FAFFC
RGB
CMYK
RGB Variations
Color information
#0FAFFC (or 0x0FAFFC) is known color: Deep Sky Blue. HEX triplet: 0F, AF and FC. RGB value is (15,175,252). Sum of RGB (Red+Green+Blue) = 15+175+252=442 (58% of max value = 765). Red value is 15 (6.25% from 255 or 3.39% from 442); Green value is 175 (68.75% from 255 or 39.59% from 442); Blue value is 252 (98.83% from 255 or 57.01% from 442); Max value from RGB is 252 - color contains mainly: blue. Hex color #0FAFFC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0FAFFC is #F05003. Grayscale: #878787. Windows color (decimal): -15749124 or 16559887. OLE color: 16559887.
HSL color Cylindrical-coordinate representation of color #0FAFFC: hue angle of 199.49º 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 #0FAFFC is Cyan = 0.94, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 15 | 175 | 252 | - |
| CMYK | 0.94 | 0.31 | 0 | 0.01 |
| HSL | 199.49º | 0.98% | 0.52% | - |
| HSV(B) | 199.49º | 0.94% | 0.99% | - |
| XYZ | 33.1 | 37.79 | 97.65 | - |
| YUV | 135.94 | 193.49 | 41.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 175 | 252 | 0.94 | 0.31 | 0 | 0.01 | 199.49 | 0.98 | 0.52 |
| Hex | F | AF | FC | 5E | 1F | 0 | 1 | C7 | 62 | 34 |
| Octal | 17 | 257 | 374 | 136 | 37 | 0 | 1 | 307 | 142 | 64 |
| Binary | 1111 | 10101111 | 11111100 | 1011110 | 11111 | 0 | 1 | 11000111 | 1100010 | 110100 |
Color Harmonies of #0FAFFC
Complementary color
Monochromatic Colors of #0FAFFC
Black with #0FAFFC
Text Example
Text Example
White with #0FAFFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FAFFC; }
p { color: rgb(15,175,252); }
H1.HeaderClassName
{
color: #0FAFFC;
}
.AnyTagClassName
{
color: #0FAFFC;
}
</style>
background-color css
<style>
a { background-color: #0FAFFC; }
a { background-color: rgb(15,175,252); }
div.DivClassName
{
background-color: #0FAFFC;
}
.BgClassName
{
background-color: #0FAFFC;
}
</style>
border-color css
<style>
span { border-color: #0FAFFC; }
span { border-color: rgb(15,175,252); }
td.TdClassName
{
border-color: #0FAFFC;
}
.TagClassName
{
border-color: #0FAFFC;
}
</style>