Shades of Deep Sky Blue #03C5FC
Tints of Deep Sky Blue #03C5FC
RGB
CMYK
RGB Variations
Color information
#03C5FC (or 0x03C5FC) is known color: Deep Sky Blue. HEX triplet: 03, C5 and FC. RGB value is (3,197,252). Sum of RGB (Red+Green+Blue) = 3+197+252=452 (59% of max value = 765). Red value is 3 (1.56% from 255 or 0.66% from 452); Green value is 197 (77.34% from 255 or 43.58% from 452); Blue value is 252 (98.83% from 255 or 55.75% from 452); Max value from RGB is 252 - color contains mainly: blue. Hex color #03C5FC is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #03C5FC is #FC3A03. Grayscale: #909090. Windows color (decimal): -16529924 or 16565507. OLE color: 16565507.
HSL color Cylindrical-coordinate representation of color #03C5FC: hue angle of 193.25º 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 #03C5FC is Cyan = 0.99, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 3 | 197 | 252 | - |
| CMYK | 0.99 | 0.22 | 0 | 0.01 |
| HSL | 193.25º | 0.98% | 0.5% | - |
| HSV(B) | 193.25º | 0.99% | 0.99% | - |
| XYZ | 37.57 | 46.98 | 99.18 | - |
| YUV | 145.26 | 188.23 | 26.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 197 | 252 | 0.99 | 0.22 | 0 | 0.01 | 193.25 | 0.98 | 0.5 |
| Hex | 3 | C5 | FC | 63 | 16 | 0 | 1 | C1 | 62 | 32 |
| Octal | 3 | 305 | 374 | 143 | 26 | 0 | 1 | 301 | 142 | 62 |
| Binary | 11 | 11000101 | 11111100 | 1100011 | 10110 | 0 | 1 | 11000001 | 1100010 | 110010 |
Color Harmonies of #03C5FC
Complementary color
Monochromatic Colors of #03C5FC
Black with #03C5FC
Text Example
Text Example
White with #03C5FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03C5FC; }
p { color: rgb(3,197,252); }
H1.HeaderClassName
{
color: #03C5FC;
}
.AnyTagClassName
{
color: #03C5FC;
}
</style>
background-color css
<style>
a { background-color: #03C5FC; }
a { background-color: rgb(3,197,252); }
div.DivClassName
{
background-color: #03C5FC;
}
.BgClassName
{
background-color: #03C5FC;
}
</style>
border-color css
<style>
span { border-color: #03C5FC; }
span { border-color: rgb(3,197,252); }
td.TdClassName
{
border-color: #03C5FC;
}
.TagClassName
{
border-color: #03C5FC;
}
</style>