Shades of Deep Sky Blue #03CFFD
Tints of Deep Sky Blue #03CFFD
RGB
CMYK
RGB Variations
Color information
#03CFFD (or 0x03CFFD) is known color: Deep Sky Blue. HEX triplet: 03, CF and FD. RGB value is (3,207,253). Sum of RGB (Red+Green+Blue) = 3+207+253=463 (61% of max value = 765). Red value is 3 (1.56% from 255 or 0.65% from 463); Green value is 207 (81.25% from 255 or 44.71% from 463); Blue value is 253 (99.22% from 255 or 54.64% from 463); Max value from RGB is 253 - color contains mainly: blue. Hex color #03CFFD is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #03CFFD is #FC3002. Grayscale: #969696. Windows color (decimal): -16527363 or 16633603. OLE color: 16633603.
HSL color Cylindrical-coordinate representation of color #03CFFD: hue angle of 191.04º 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 #03CFFD is Cyan = 0.99, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 3 | 207 | 253 | - |
| CMYK | 0.99 | 0.18 | 0 | 0.01 |
| HSL | 191.04º | 0.98% | 0.5% | - |
| HSV(B) | 191.04º | 0.99% | 0.99% | - |
| XYZ | 40.08 | 51.74 | 100.8 | - |
| YUV | 151.25 | 185.41 | 22.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 207 | 253 | 0.99 | 0.18 | 0 | 0.01 | 191.04 | 0.98 | 0.5 |
| Hex | 3 | CF | FD | 63 | 12 | 0 | 1 | BF | 62 | 32 |
| Octal | 3 | 317 | 375 | 143 | 22 | 0 | 1 | 277 | 142 | 62 |
| Binary | 11 | 11001111 | 11111101 | 1100011 | 10010 | 0 | 1 | 10111111 | 1100010 | 110010 |
Color Harmonies of #03CFFD
Complementary color
Monochromatic Colors of #03CFFD
Black with #03CFFD
Text Example
Text Example
White with #03CFFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03CFFD; }
p { color: rgb(3,207,253); }
H1.HeaderClassName
{
color: #03CFFD;
}
.AnyTagClassName
{
color: #03CFFD;
}
</style>
background-color css
<style>
a { background-color: #03CFFD; }
a { background-color: rgb(3,207,253); }
div.DivClassName
{
background-color: #03CFFD;
}
.BgClassName
{
background-color: #03CFFD;
}
</style>
border-color css
<style>
span { border-color: #03CFFD; }
span { border-color: rgb(3,207,253); }
td.TdClassName
{
border-color: #03CFFD;
}
.TagClassName
{
border-color: #03CFFD;
}
</style>