Shades of Deep Sky Blue #03CDF2
Tints of Deep Sky Blue #03CDF2
RGB
CMYK
RGB Variations
Color information
#03CDF2 (or 0x03CDF2) is known color: Deep Sky Blue. HEX triplet: 03, CD and F2. RGB value is (3,205,242). Sum of RGB (Red+Green+Blue) = 3+205+242=450 (59% of max value = 765). Red value is 3 (1.56% from 255 or 0.67% from 450); Green value is 205 (80.47% from 255 or 45.56% from 450); Blue value is 242 (94.92% from 255 or 53.78% from 450); Max value from RGB is 242 - color contains mainly: blue. Hex color #03CDF2 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #03CDF2 is #FC320D. Grayscale: #949494. Windows color (decimal): -16527886 or 15912195. OLE color: 15912195.
HSL color Cylindrical-coordinate representation of color #03CDF2: hue angle of 189.29º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03CDF2 is Cyan = 0.99, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 3 | 205 | 242 | - |
| CMYK | 0.99 | 0.15 | 0 | 0.05 |
| HSL | 189.29º | 0.98% | 0.48% | - |
| HSV(B) | 189.29º | 0.99% | 0.95% | - |
| XYZ | 37.9 | 50.09 | 91.68 | - |
| YUV | 148.82 | 180.58 | 23.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 205 | 242 | 0.99 | 0.15 | 0 | 0.05 | 189.29 | 0.98 | 0.48 |
| Hex | 3 | CD | F2 | 63 | F | 0 | 5 | BD | 62 | 30 |
| Octal | 3 | 315 | 362 | 143 | 17 | 0 | 5 | 275 | 142 | 60 |
| Binary | 11 | 11001101 | 11110010 | 1100011 | 1111 | 0 | 101 | 10111101 | 1100010 | 110000 |
Color Harmonies of #03CDF2
Complementary color
Monochromatic Colors of #03CDF2
Black with #03CDF2
Text Example
Text Example
White with #03CDF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03CDF2; }
p { color: rgb(3,205,242); }
H1.HeaderClassName
{
color: #03CDF2;
}
.AnyTagClassName
{
color: #03CDF2;
}
</style>
background-color css
<style>
a { background-color: #03CDF2; }
a { background-color: rgb(3,205,242); }
div.DivClassName
{
background-color: #03CDF2;
}
.BgClassName
{
background-color: #03CDF2;
}
</style>
border-color css
<style>
span { border-color: #03CDF2; }
span { border-color: rgb(3,205,242); }
td.TdClassName
{
border-color: #03CDF2;
}
.TagClassName
{
border-color: #03CDF2;
}
</style>