Shades of Deep Sky Blue #03C8FC
Tints of Deep Sky Blue #03C8FC
RGB
CMYK
RGB Variations
Color information
#03C8FC (or 0x03C8FC) is known color: Deep Sky Blue. HEX triplet: 03, C8 and FC. RGB value is (3,200,252). Sum of RGB (Red+Green+Blue) = 3+200+252=455 (60% of max value = 765). Red value is 3 (1.56% from 255 or 0.66% from 455); Green value is 200 (78.52% from 255 or 43.96% from 455); Blue value is 252 (98.83% from 255 or 55.38% from 455); Max value from RGB is 252 - color contains mainly: blue. Hex color #03C8FC is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #03C8FC is #FC3703. Grayscale: #929292. Windows color (decimal): -16529156 or 16566275. OLE color: 16566275.
HSL color Cylindrical-coordinate representation of color #03C8FC: hue angle of 192.53º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03C8FC is Cyan = 0.99, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 3 | 200 | 252 | - |
| CMYK | 0.99 | 0.21 | 0 | 0.01 |
| HSL | 192.53º | 0.98% | 0.5% | - |
| HSV(B) | 192.53º | 0.99% | 0.99% | - |
| XYZ | 38.26 | 48.36 | 99.41 | - |
| YUV | 147.03 | 187.23 | 25.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 200 | 252 | 0.99 | 0.21 | 0 | 0.01 | 192.53 | 0.98 | 0.5 |
| Hex | 3 | C8 | FC | 63 | 15 | 0 | 1 | C1 | 62 | 32 |
| Octal | 3 | 310 | 374 | 143 | 25 | 0 | 1 | 301 | 142 | 62 |
| Binary | 11 | 11001000 | 11111100 | 1100011 | 10101 | 0 | 1 | 11000001 | 1100010 | 110010 |
Color Harmonies of #03C8FC
Complementary color
Monochromatic Colors of #03C8FC
Black with #03C8FC
Text Example
Text Example
White with #03C8FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03C8FC; }
p { color: rgb(3,200,252); }
H1.HeaderClassName
{
color: #03C8FC;
}
.AnyTagClassName
{
color: #03C8FC;
}
</style>
background-color css
<style>
a { background-color: #03C8FC; }
a { background-color: rgb(3,200,252); }
div.DivClassName
{
background-color: #03C8FC;
}
.BgClassName
{
background-color: #03C8FC;
}
</style>
border-color css
<style>
span { border-color: #03C8FC; }
span { border-color: rgb(3,200,252); }
td.TdClassName
{
border-color: #03C8FC;
}
.TagClassName
{
border-color: #03C8FC;
}
</style>