Shades of Deep Sky Blue #03C6FF
Tints of Deep Sky Blue #03C6FF
RGB
CMYK
RGB Variations
Color information
#03C6FF (or 0x03C6FF) is known color: Deep Sky Blue. HEX triplet: 03, C6 and FF. RGB value is (3,198,255). Sum of RGB (Red+Green+Blue) = 3+198+255=456 (60% of max value = 765). Red value is 3 (1.56% from 255 or 0.66% from 456); Green value is 198 (77.73% from 255 or 43.42% from 456); Blue value is 255 (100% from 255 or 55.92% from 456); Max value from RGB is 255 - color contains mainly: blue. Hex color #03C6FF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #03C6FF is #FC3900. Grayscale: #919191. Windows color (decimal): -16529665 or 16762371. OLE color: 16762371.
HSL color Cylindrical-coordinate representation of color #03C6FF: hue angle of 193.57º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03C6FF is Cyan = 0.99, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 3 | 198 | 255 | - |
| CMYK | 0.99 | 0.22 | 0 | 0 |
| HSL | 193.57º | 1% | 0.51% | - |
| HSV(B) | 193.57º | 0.99% | 1% | - |
| XYZ | 38.28 | 47.63 | 101.78 | - |
| YUV | 146.19 | 189.4 | 25.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 198 | 255 | 0.99 | 0.22 | 0 | 0 | 193.57 | 1 | 0.51 |
| Hex | 3 | C6 | FF | 63 | 16 | 0 | 0 | C2 | 64 | 33 |
| Octal | 3 | 306 | 377 | 143 | 26 | 0 | 0 | 302 | 144 | 63 |
| Binary | 11 | 11000110 | 11111111 | 1100011 | 10110 | 0 | 0 | 11000010 | 1100100 | 110011 |
Color Harmonies of #03C6FF
Complementary color
Monochromatic Colors of #03C6FF
Black with #03C6FF
Text Example
Text Example
White with #03C6FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03C6FF; }
p { color: rgb(3,198,255); }
H1.HeaderClassName
{
color: #03C6FF;
}
.AnyTagClassName
{
color: #03C6FF;
}
</style>
background-color css
<style>
a { background-color: #03C6FF; }
a { background-color: rgb(3,198,255); }
div.DivClassName
{
background-color: #03C6FF;
}
.BgClassName
{
background-color: #03C6FF;
}
</style>
border-color css
<style>
span { border-color: #03C6FF; }
span { border-color: rgb(3,198,255); }
td.TdClassName
{
border-color: #03C6FF;
}
.TagClassName
{
border-color: #03C6FF;
}
</style>