Shades of Deep Sky Blue #03CFEC
Tints of Deep Sky Blue #03CFEC
RGB
CMYK
RGB Variations
Color information
#03CFEC (or 0x03CFEC) is known color: Deep Sky Blue. HEX triplet: 03, CF and EC. RGB value is (3,207,236). Sum of RGB (Red+Green+Blue) = 3+207+236=446 (59% of max value = 765). Red value is 3 (1.56% from 255 or 0.67% from 446); Green value is 207 (81.25% from 255 or 46.41% from 446); Blue value is 236 (92.58% from 255 or 52.91% from 446); Max value from RGB is 236 - color contains mainly: blue. Hex color #03CFEC is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #03CFEC is #FC3013. Grayscale: #949494. Windows color (decimal): -16527380 or 15519491. OLE color: 15519491.
HSL color Cylindrical-coordinate representation of color #03CFEC: hue angle of 187.47º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03CFEC is Cyan = 0.99, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 3 | 207 | 236 | - |
| CMYK | 0.99 | 0.12 | 0 | 0.07 |
| HSL | 187.47º | 0.97% | 0.47% | - |
| HSV(B) | 187.47º | 0.99% | 0.93% | - |
| XYZ | 37.49 | 50.7 | 87.17 | - |
| YUV | 149.31 | 176.91 | 23.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 207 | 236 | 0.99 | 0.12 | 0 | 0.07 | 187.47 | 0.97 | 0.47 |
| Hex | 3 | CF | EC | 63 | C | 0 | 7 | BB | 61 | 2F |
| Octal | 3 | 317 | 354 | 143 | 14 | 0 | 7 | 273 | 141 | 57 |
| Binary | 11 | 11001111 | 11101100 | 1100011 | 1100 | 0 | 111 | 10111011 | 1100001 | 101111 |
Color Harmonies of #03CFEC
Complementary color
Monochromatic Colors of #03CFEC
Black with #03CFEC
Text Example
Text Example
White with #03CFEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03CFEC; }
p { color: rgb(3,207,236); }
H1.HeaderClassName
{
color: #03CFEC;
}
.AnyTagClassName
{
color: #03CFEC;
}
</style>
background-color css
<style>
a { background-color: #03CFEC; }
a { background-color: rgb(3,207,236); }
div.DivClassName
{
background-color: #03CFEC;
}
.BgClassName
{
background-color: #03CFEC;
}
</style>
border-color css
<style>
span { border-color: #03CFEC; }
span { border-color: rgb(3,207,236); }
td.TdClassName
{
border-color: #03CFEC;
}
.TagClassName
{
border-color: #03CFEC;
}
</style>