Shades of Deep Sky Blue #03CEFF
Tints of Deep Sky Blue #03CEFF
RGB
CMYK
RGB Variations
Color information
#03CEFF (or 0x03CEFF) is known color: Deep Sky Blue. HEX triplet: 03, CE and FF. RGB value is (3,206,255). Sum of RGB (Red+Green+Blue) = 3+206+255=464 (61% of max value = 765). Red value is 3 (1.56% from 255 or 0.65% from 464); Green value is 206 (80.86% from 255 or 44.40% from 464); Blue value is 255 (100% from 255 or 54.96% from 464); Max value from RGB is 255 - color contains mainly: blue. Hex color #03CEFF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #03CEFF is #FC3100. Grayscale: #969696. Windows color (decimal): -16527617 or 16764419. OLE color: 16764419.
HSL color Cylindrical-coordinate representation of color #03CEFF: hue angle of 191.67º 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 #03CEFF is Cyan = 0.99, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 3 | 206 | 255 | - |
| CMYK | 0.99 | 0.19 | 0 | 0 |
| HSL | 191.67º | 1% | 0.51% | - |
| HSV(B) | 191.67º | 0.99% | 1% | - |
| XYZ | 40.16 | 51.38 | 102.41 | - |
| YUV | 150.89 | 186.75 | 22.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 206 | 255 | 0.99 | 0.19 | 0 | 0 | 191.67 | 1 | 0.51 |
| Hex | 3 | CE | FF | 63 | 13 | 0 | 0 | C0 | 64 | 33 |
| Octal | 3 | 316 | 377 | 143 | 23 | 0 | 0 | 300 | 144 | 63 |
| Binary | 11 | 11001110 | 11111111 | 1100011 | 10011 | 0 | 0 | 11000000 | 1100100 | 110011 |
Color Harmonies of #03CEFF
Complementary color
Monochromatic Colors of #03CEFF
Black with #03CEFF
Text Example
Text Example
White with #03CEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03CEFF; }
p { color: rgb(3,206,255); }
H1.HeaderClassName
{
color: #03CEFF;
}
.AnyTagClassName
{
color: #03CEFF;
}
</style>
background-color css
<style>
a { background-color: #03CEFF; }
a { background-color: rgb(3,206,255); }
div.DivClassName
{
background-color: #03CEFF;
}
.BgClassName
{
background-color: #03CEFF;
}
</style>
border-color css
<style>
span { border-color: #03CEFF; }
span { border-color: rgb(3,206,255); }
td.TdClassName
{
border-color: #03CEFF;
}
.TagClassName
{
border-color: #03CEFF;
}
</style>