Shades of Deep Sky Blue #03CDEF
Tints of Deep Sky Blue #03CDEF
RGB
CMYK
RGB Variations
Color information
#03CDEF (or 0x03CDEF) is known color: Deep Sky Blue. HEX triplet: 03, CD and EF. RGB value is (3,205,239). Sum of RGB (Red+Green+Blue) = 3+205+239=447 (59% of max value = 765). Red value is 3 (1.56% from 255 or 0.67% from 447); Green value is 205 (80.47% from 255 or 45.86% from 447); Blue value is 239 (93.75% from 255 or 53.47% from 447); Max value from RGB is 239 - color contains mainly: blue. Hex color #03CDEF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #03CDEF is #FC3210. Grayscale: #949494. Windows color (decimal): -16527889 or 15715587. OLE color: 15715587.
HSL color Cylindrical-coordinate representation of color #03CDEF: hue angle of 188.64º 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 #03CDEF is Cyan = 0.99, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 3 | 205 | 239 | - |
| CMYK | 0.99 | 0.14 | 0 | 0.06 |
| HSL | 188.64º | 0.98% | 0.47% | - |
| HSV(B) | 188.64º | 0.99% | 0.94% | - |
| XYZ | 37.45 | 49.91 | 89.32 | - |
| YUV | 148.48 | 179.08 | 24.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 205 | 239 | 0.99 | 0.14 | 0 | 0.06 | 188.64 | 0.98 | 0.47 |
| Hex | 3 | CD | EF | 63 | E | 0 | 6 | BD | 62 | 2F |
| Octal | 3 | 315 | 357 | 143 | 16 | 0 | 6 | 275 | 142 | 57 |
| Binary | 11 | 11001101 | 11101111 | 1100011 | 1110 | 0 | 110 | 10111101 | 1100010 | 101111 |
Color Harmonies of #03CDEF
Complementary color
Monochromatic Colors of #03CDEF
Black with #03CDEF
Text Example
Text Example
White with #03CDEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03CDEF; }
p { color: rgb(3,205,239); }
H1.HeaderClassName
{
color: #03CDEF;
}
.AnyTagClassName
{
color: #03CDEF;
}
</style>
background-color css
<style>
a { background-color: #03CDEF; }
a { background-color: rgb(3,205,239); }
div.DivClassName
{
background-color: #03CDEF;
}
.BgClassName
{
background-color: #03CDEF;
}
</style>
border-color css
<style>
span { border-color: #03CDEF; }
span { border-color: rgb(3,205,239); }
td.TdClassName
{
border-color: #03CDEF;
}
.TagClassName
{
border-color: #03CDEF;
}
</style>