Shades of Deep Sky Blue #0FAFFD
Tints of Deep Sky Blue #0FAFFD
RGB
CMYK
RGB Variations
Color information
#0FAFFD (or 0x0FAFFD) is known color: Deep Sky Blue. HEX triplet: 0F, AF and FD. RGB value is (15,175,253). Sum of RGB (Red+Green+Blue) = 15+175+253=443 (58% of max value = 765). Red value is 15 (6.25% from 255 or 3.39% from 443); Green value is 175 (68.75% from 255 or 39.50% from 443); Blue value is 253 (99.22% from 255 or 57.11% from 443); Max value from RGB is 253 - color contains mainly: blue. Hex color #0FAFFD is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0FAFFD is #F05002. Grayscale: #878787. Windows color (decimal): -15749123 or 16625423. OLE color: 16625423.
HSL color Cylindrical-coordinate representation of color #0FAFFD: hue angle of 199.66º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0FAFFD is Cyan = 0.94, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 15 | 175 | 253 | - |
| CMYK | 0.94 | 0.31 | 0 | 0.01 |
| HSL | 199.66º | 0.98% | 0.53% | - |
| HSV(B) | 199.66º | 0.94% | 0.99% | - |
| XYZ | 33.26 | 37.85 | 98.48 | - |
| YUV | 136.05 | 193.99 | 41.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 175 | 253 | 0.94 | 0.31 | 0 | 0.01 | 199.66 | 0.98 | 0.53 |
| Hex | F | AF | FD | 5E | 1F | 0 | 1 | C8 | 62 | 35 |
| Octal | 17 | 257 | 375 | 136 | 37 | 0 | 1 | 310 | 142 | 65 |
| Binary | 1111 | 10101111 | 11111101 | 1011110 | 11111 | 0 | 1 | 11001000 | 1100010 | 110101 |
Color Harmonies of #0FAFFD
Complementary color
Monochromatic Colors of #0FAFFD
Black with #0FAFFD
Text Example
Text Example
White with #0FAFFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FAFFD; }
p { color: rgb(15,175,253); }
H1.HeaderClassName
{
color: #0FAFFD;
}
.AnyTagClassName
{
color: #0FAFFD;
}
</style>
background-color css
<style>
a { background-color: #0FAFFD; }
a { background-color: rgb(15,175,253); }
div.DivClassName
{
background-color: #0FAFFD;
}
.BgClassName
{
background-color: #0FAFFD;
}
</style>
border-color css
<style>
span { border-color: #0FAFFD; }
span { border-color: rgb(15,175,253); }
td.TdClassName
{
border-color: #0FAFFD;
}
.TagClassName
{
border-color: #0FAFFD;
}
</style>