Shades of Deep Sky Blue #03CCFE
Tints of Deep Sky Blue #03CCFE
RGB
CMYK
RGB Variations
Color information
#03CCFE (or 0x03CCFE) is known color: Deep Sky Blue. HEX triplet: 03, CC and FE. RGB value is (3,204,254). Sum of RGB (Red+Green+Blue) = 3+204+254=461 (61% of max value = 765). Red value is 3 (1.56% from 255 or 0.65% from 461); Green value is 204 (80.08% from 255 or 44.25% from 461); Blue value is 254 (99.61% from 255 or 55.10% from 461); Max value from RGB is 254 - color contains mainly: blue. Hex color #03CCFE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #03CCFE is #FC3301. Grayscale: #959595. Windows color (decimal): -16528130 or 16698371. OLE color: 16698371.
HSL color Cylindrical-coordinate representation of color #03CCFE: hue angle of 191.95º 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 #03CCFE is Cyan = 0.99, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 3 | 204 | 254 | - |
| CMYK | 0.99 | 0.20 | 0 | 0.00 |
| HSL | 191.95º | 0.99% | 0.5% | - |
| HSV(B) | 191.95º | 0.99% | 1% | - |
| XYZ | 39.52 | 50.36 | 101.4 | - |
| YUV | 149.6 | 186.91 | 23.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 204 | 254 | 0.99 | 0.20 | 0 | 0.00 | 191.95 | 0.99 | 0.5 |
| Hex | 3 | CC | FE | 63 | 14 | 0 | 0 | C0 | 63 | 32 |
| Octal | 3 | 314 | 376 | 143 | 24 | 0 | 0 | 300 | 143 | 62 |
| Binary | 11 | 11001100 | 11111110 | 1100011 | 10100 | 0 | 0 | 11000000 | 1100011 | 110010 |
Color Harmonies of #03CCFE
Complementary color
Monochromatic Colors of #03CCFE
Black with #03CCFE
Text Example
Text Example
White with #03CCFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03CCFE; }
p { color: rgb(3,204,254); }
H1.HeaderClassName
{
color: #03CCFE;
}
.AnyTagClassName
{
color: #03CCFE;
}
</style>
background-color css
<style>
a { background-color: #03CCFE; }
a { background-color: rgb(3,204,254); }
div.DivClassName
{
background-color: #03CCFE;
}
.BgClassName
{
background-color: #03CCFE;
}
</style>
border-color css
<style>
span { border-color: #03CCFE; }
span { border-color: rgb(3,204,254); }
td.TdClassName
{
border-color: #03CCFE;
}
.TagClassName
{
border-color: #03CCFE;
}
</style>