Shades of Deep Sky Blue #03CDFE
Tints of Deep Sky Blue #03CDFE
RGB
CMYK
RGB Variations
Color information
#03CDFE (or 0x03CDFE) is known color: Deep Sky Blue. HEX triplet: 03, CD and FE. RGB value is (3,205,254). Sum of RGB (Red+Green+Blue) = 3+205+254=462 (61% of max value = 765). Red value is 3 (1.56% from 255 or 0.65% from 462); Green value is 205 (80.47% from 255 or 44.37% from 462); Blue value is 254 (99.61% from 255 or 54.98% from 462); Max value from RGB is 254 - color contains mainly: blue. Hex color #03CDFE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #03CDFE is #FC3201. Grayscale: #959595. Windows color (decimal): -16527874 or 16698627. OLE color: 16698627.
HSL color Cylindrical-coordinate representation of color #03CDFE: hue angle of 191.71º 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 #03CDFE is Cyan = 0.99, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 3 | 205 | 254 | - |
| CMYK | 0.99 | 0.19 | 0 | 0.00 |
| HSL | 191.71º | 0.99% | 0.5% | - |
| HSV(B) | 191.71º | 0.99% | 1% | - |
| XYZ | 39.76 | 50.84 | 101.48 | - |
| YUV | 150.19 | 186.58 | 23.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 205 | 254 | 0.99 | 0.19 | 0 | 0.00 | 191.71 | 0.99 | 0.5 |
| Hex | 3 | CD | FE | 63 | 13 | 0 | 0 | C0 | 63 | 32 |
| Octal | 3 | 315 | 376 | 143 | 23 | 0 | 0 | 300 | 143 | 62 |
| Binary | 11 | 11001101 | 11111110 | 1100011 | 10011 | 0 | 0 | 11000000 | 1100011 | 110010 |
Color Harmonies of #03CDFE
Complementary color
Monochromatic Colors of #03CDFE
Black with #03CDFE
Text Example
Text Example
White with #03CDFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03CDFE; }
p { color: rgb(3,205,254); }
H1.HeaderClassName
{
color: #03CDFE;
}
.AnyTagClassName
{
color: #03CDFE;
}
</style>
background-color css
<style>
a { background-color: #03CDFE; }
a { background-color: rgb(3,205,254); }
div.DivClassName
{
background-color: #03CDFE;
}
.BgClassName
{
background-color: #03CDFE;
}
</style>
border-color css
<style>
span { border-color: #03CDFE; }
span { border-color: rgb(3,205,254); }
td.TdClassName
{
border-color: #03CDFE;
}
.TagClassName
{
border-color: #03CDFE;
}
</style>