Shades of Deep Sky Blue #03C6FE
Tints of Deep Sky Blue #03C6FE
RGB
CMYK
RGB Variations
Color information
#03C6FE (or 0x03C6FE) is known color: Deep Sky Blue. HEX triplet: 03, C6 and FE. RGB value is (3,198,254). Sum of RGB (Red+Green+Blue) = 3+198+254=455 (60% of max value = 765). Red value is 3 (1.56% from 255 or 0.66% from 455); Green value is 198 (77.73% from 255 or 43.52% from 455); Blue value is 254 (99.61% from 255 or 55.82% from 455); Max value from RGB is 254 - color contains mainly: blue. Hex color #03C6FE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #03C6FE is #FC3901. Grayscale: #919191. Windows color (decimal): -16529666 or 16696835. OLE color: 16696835.
HSL color Cylindrical-coordinate representation of color #03C6FE: hue angle of 193.39º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03C6FE is Cyan = 0.99, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 3 | 198 | 254 | - |
| CMYK | 0.99 | 0.22 | 0 | 0.00 |
| HSL | 193.39º | 0.99% | 0.5% | - |
| HSV(B) | 193.39º | 0.99% | 1% | - |
| XYZ | 38.12 | 47.56 | 100.94 | - |
| YUV | 146.08 | 188.9 | 25.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 198 | 254 | 0.99 | 0.22 | 0 | 0.00 | 193.39 | 0.99 | 0.5 |
| Hex | 3 | C6 | FE | 63 | 16 | 0 | 0 | C1 | 63 | 32 |
| Octal | 3 | 306 | 376 | 143 | 26 | 0 | 0 | 301 | 143 | 62 |
| Binary | 11 | 11000110 | 11111110 | 1100011 | 10110 | 0 | 0 | 11000001 | 1100011 | 110010 |
Color Harmonies of #03C6FE
Complementary color
Monochromatic Colors of #03C6FE
Black with #03C6FE
Text Example
Text Example
White with #03C6FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03C6FE; }
p { color: rgb(3,198,254); }
H1.HeaderClassName
{
color: #03C6FE;
}
.AnyTagClassName
{
color: #03C6FE;
}
</style>
background-color css
<style>
a { background-color: #03C6FE; }
a { background-color: rgb(3,198,254); }
div.DivClassName
{
background-color: #03C6FE;
}
.BgClassName
{
background-color: #03C6FE;
}
</style>
border-color css
<style>
span { border-color: #03C6FE; }
span { border-color: rgb(3,198,254); }
td.TdClassName
{
border-color: #03C6FE;
}
.TagClassName
{
border-color: #03C6FE;
}
</style>