Shades of Deep Sky Blue #03CFFC
Tints of Deep Sky Blue #03CFFC
RGB
CMYK
RGB Variations
Color information
#03CFFC (or 0x03CFFC) is known color: Deep Sky Blue. HEX triplet: 03, CF and FC. RGB value is (3,207,252). Sum of RGB (Red+Green+Blue) = 3+207+252=462 (61% of max value = 765). Red value is 3 (1.56% from 255 or 0.65% from 462); Green value is 207 (81.25% from 255 or 44.81% from 462); Blue value is 252 (98.83% from 255 or 54.55% from 462); Max value from RGB is 252 - color contains mainly: blue. Hex color #03CFFC is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #03CFFC is #FC3003. Grayscale: #969696. Windows color (decimal): -16527364 or 16568067. OLE color: 16568067.
HSL color Cylindrical-coordinate representation of color #03CFFC: hue angle of 190.84º 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 #03CFFC is Cyan = 0.99, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 3 | 207 | 252 | - |
| CMYK | 0.99 | 0.18 | 0 | 0.01 |
| HSL | 190.84º | 0.98% | 0.5% | - |
| HSV(B) | 190.84º | 0.99% | 0.99% | - |
| XYZ | 39.92 | 51.67 | 99.97 | - |
| YUV | 151.13 | 184.91 | 22.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 207 | 252 | 0.99 | 0.18 | 0 | 0.01 | 190.84 | 0.98 | 0.5 |
| Hex | 3 | CF | FC | 63 | 12 | 0 | 1 | BF | 62 | 32 |
| Octal | 3 | 317 | 374 | 143 | 22 | 0 | 1 | 277 | 142 | 62 |
| Binary | 11 | 11001111 | 11111100 | 1100011 | 10010 | 0 | 1 | 10111111 | 1100010 | 110010 |
Color Harmonies of #03CFFC
Complementary color
Monochromatic Colors of #03CFFC
Black with #03CFFC
Text Example
Text Example
White with #03CFFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03CFFC; }
p { color: rgb(3,207,252); }
H1.HeaderClassName
{
color: #03CFFC;
}
.AnyTagClassName
{
color: #03CFFC;
}
</style>
background-color css
<style>
a { background-color: #03CFFC; }
a { background-color: rgb(3,207,252); }
div.DivClassName
{
background-color: #03CFFC;
}
.BgClassName
{
background-color: #03CFFC;
}
</style>
border-color css
<style>
span { border-color: #03CFFC; }
span { border-color: rgb(3,207,252); }
td.TdClassName
{
border-color: #03CFFC;
}
.TagClassName
{
border-color: #03CFFC;
}
</style>