Shades of Deep Sky Blue #0FCAFD
Tints of Deep Sky Blue #0FCAFD
RGB
CMYK
RGB Variations
Color information
#0FCAFD (or 0x0FCAFD) is known color: Deep Sky Blue. HEX triplet: 0F, CA and FD. RGB value is (15,202,253). Sum of RGB (Red+Green+Blue) = 15+202+253=470 (62% of max value = 765). Red value is 15 (6.25% from 255 or 3.19% from 470); Green value is 202 (79.30% from 255 or 42.98% from 470); Blue value is 253 (99.22% from 255 or 53.83% from 470); Max value from RGB is 253 - color contains mainly: blue. Hex color #0FCAFD is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0FCAFD is #F03502. Grayscale: #979797. Windows color (decimal): -15742211 or 16632335. OLE color: 16632335.
HSL color Cylindrical-coordinate representation of color #0FCAFD: hue angle of 192.86º 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 #0FCAFD is Cyan = 0.94, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 15 | 202 | 253 | - |
| CMYK | 0.94 | 0.20 | 0 | 0.01 |
| HSL | 192.86º | 0.98% | 0.53% | - |
| HSV(B) | 192.86º | 0.94% | 0.99% | - |
| XYZ | 39.05 | 49.43 | 100.41 | - |
| YUV | 151.9 | 185.05 | 30.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 202 | 253 | 0.94 | 0.20 | 0 | 0.01 | 192.86 | 0.98 | 0.53 |
| Hex | F | CA | FD | 5E | 14 | 0 | 1 | C1 | 62 | 35 |
| Octal | 17 | 312 | 375 | 136 | 24 | 0 | 1 | 301 | 142 | 65 |
| Binary | 1111 | 11001010 | 11111101 | 1011110 | 10100 | 0 | 1 | 11000001 | 1100010 | 110101 |
Color Harmonies of #0FCAFD
Complementary color
Monochromatic Colors of #0FCAFD
Black with #0FCAFD
Text Example
Text Example
White with #0FCAFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FCAFD; }
p { color: rgb(15,202,253); }
H1.HeaderClassName
{
color: #0FCAFD;
}
.AnyTagClassName
{
color: #0FCAFD;
}
</style>
background-color css
<style>
a { background-color: #0FCAFD; }
a { background-color: rgb(15,202,253); }
div.DivClassName
{
background-color: #0FCAFD;
}
.BgClassName
{
background-color: #0FCAFD;
}
</style>
border-color css
<style>
span { border-color: #0FCAFD; }
span { border-color: rgb(15,202,253); }
td.TdClassName
{
border-color: #0FCAFD;
}
.TagClassName
{
border-color: #0FCAFD;
}
</style>