Shades of Deep Sky Blue #03CCFD
Tints of Deep Sky Blue #03CCFD
RGB
CMYK
RGB Variations
Color information
#03CCFD (or 0x03CCFD) is known color: Deep Sky Blue. HEX triplet: 03, CC and FD. RGB value is (3,204,253). Sum of RGB (Red+Green+Blue) = 3+204+253=460 (60% of max value = 765). Red value is 3 (1.56% from 255 or 0.65% from 460); Green value is 204 (80.08% from 255 or 44.35% from 460); Blue value is 253 (99.22% from 255 or 55% from 460); Max value from RGB is 253 - color contains mainly: blue. Hex color #03CCFD is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #03CCFD is #FC3302. Grayscale: #959595. Windows color (decimal): -16528131 or 16632835. OLE color: 16632835.
HSL color Cylindrical-coordinate representation of color #03CCFD: hue angle of 191.76º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03CCFD is Cyan = 0.99, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 3 | 204 | 253 | - |
| CMYK | 0.99 | 0.19 | 0 | 0.01 |
| HSL | 191.76º | 0.98% | 0.5% | - |
| HSV(B) | 191.76º | 0.99% | 0.99% | - |
| XYZ | 39.36 | 50.3 | 100.56 | - |
| YUV | 149.49 | 186.41 | 23.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 204 | 253 | 0.99 | 0.19 | 0 | 0.01 | 191.76 | 0.98 | 0.5 |
| Hex | 3 | CC | FD | 63 | 13 | 0 | 1 | C0 | 62 | 32 |
| Octal | 3 | 314 | 375 | 143 | 23 | 0 | 1 | 300 | 142 | 62 |
| Binary | 11 | 11001100 | 11111101 | 1100011 | 10011 | 0 | 1 | 11000000 | 1100010 | 110010 |
Color Harmonies of #03CCFD
Complementary color
Monochromatic Colors of #03CCFD
Black with #03CCFD
Text Example
Text Example
White with #03CCFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03CCFD; }
p { color: rgb(3,204,253); }
H1.HeaderClassName
{
color: #03CCFD;
}
.AnyTagClassName
{
color: #03CCFD;
}
</style>
background-color css
<style>
a { background-color: #03CCFD; }
a { background-color: rgb(3,204,253); }
div.DivClassName
{
background-color: #03CCFD;
}
.BgClassName
{
background-color: #03CCFD;
}
</style>
border-color css
<style>
span { border-color: #03CCFD; }
span { border-color: rgb(3,204,253); }
td.TdClassName
{
border-color: #03CCFD;
}
.TagClassName
{
border-color: #03CCFD;
}
</style>