Shades of Deep Sky Blue #03CFEF
Tints of Deep Sky Blue #03CFEF
RGB
CMYK
RGB Variations
Color information
#03CFEF (or 0x03CFEF) is known color: Deep Sky Blue. HEX triplet: 03, CF and EF. RGB value is (3,207,239). Sum of RGB (Red+Green+Blue) = 3+207+239=449 (59% of max value = 765). Red value is 3 (1.56% from 255 or 0.67% from 449); Green value is 207 (81.25% from 255 or 46.10% from 449); Blue value is 239 (93.75% from 255 or 53.23% from 449); Max value from RGB is 239 - color contains mainly: blue. Hex color #03CFEF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #03CFEF is #FC3010. Grayscale: #959595. Windows color (decimal): -16527377 or 15716099. OLE color: 15716099.
HSL color Cylindrical-coordinate representation of color #03CFEF: hue angle of 188.14º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03CFEF is Cyan = 0.99, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 3 | 207 | 239 | - |
| CMYK | 0.99 | 0.13 | 0 | 0.06 |
| HSL | 188.14º | 0.98% | 0.47% | - |
| HSV(B) | 188.14º | 0.99% | 0.94% | - |
| XYZ | 37.93 | 50.88 | 89.48 | - |
| YUV | 149.65 | 178.41 | 23.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 207 | 239 | 0.99 | 0.13 | 0 | 0.06 | 188.14 | 0.98 | 0.47 |
| Hex | 3 | CF | EF | 63 | D | 0 | 6 | BC | 62 | 2F |
| Octal | 3 | 317 | 357 | 143 | 15 | 0 | 6 | 274 | 142 | 57 |
| Binary | 11 | 11001111 | 11101111 | 1100011 | 1101 | 0 | 110 | 10111100 | 1100010 | 101111 |
Color Harmonies of #03CFEF
Complementary color
Monochromatic Colors of #03CFEF
Black with #03CFEF
Text Example
Text Example
White with #03CFEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03CFEF; }
p { color: rgb(3,207,239); }
H1.HeaderClassName
{
color: #03CFEF;
}
.AnyTagClassName
{
color: #03CFEF;
}
</style>
background-color css
<style>
a { background-color: #03CFEF; }
a { background-color: rgb(3,207,239); }
div.DivClassName
{
background-color: #03CFEF;
}
.BgClassName
{
background-color: #03CFEF;
}
</style>
border-color css
<style>
span { border-color: #03CFEF; }
span { border-color: rgb(3,207,239); }
td.TdClassName
{
border-color: #03CFEF;
}
.TagClassName
{
border-color: #03CFEF;
}
</style>