Shades of Deep Sky Blue #03D1F3
Tints of Deep Sky Blue #03D1F3
RGB
CMYK
RGB Variations
Color information
#03D1F3 (or 0x03D1F3) is known color: Deep Sky Blue. HEX triplet: 03, D1 and F3. RGB value is (3,209,243). Sum of RGB (Red+Green+Blue) = 3+209+243=455 (60% of max value = 765). Red value is 3 (1.56% from 255 or 0.66% from 455); Green value is 209 (82.03% from 255 or 45.93% from 455); Blue value is 243 (95.31% from 255 or 53.41% from 455); Max value from RGB is 243 - color contains mainly: blue. Hex color #03D1F3 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #03D1F3 is #FC2E0C. Grayscale: #969696. Windows color (decimal): -16526861 or 15978755. OLE color: 15978755.
HSL color Cylindrical-coordinate representation of color #03D1F3: hue angle of 188.5º 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 #03D1F3 is Cyan = 0.99, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 3 | 209 | 243 | - |
| CMYK | 0.99 | 0.14 | 0 | 0.05 |
| HSL | 188.5º | 0.98% | 0.48% | - |
| HSV(B) | 188.5º | 0.99% | 0.95% | - |
| XYZ | 39.02 | 52.09 | 92.79 | - |
| YUV | 151.28 | 179.75 | 22.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 209 | 243 | 0.99 | 0.14 | 0 | 0.05 | 188.5 | 0.98 | 0.48 |
| Hex | 3 | D1 | F3 | 63 | E | 0 | 5 | BC | 62 | 30 |
| Octal | 3 | 321 | 363 | 143 | 16 | 0 | 5 | 274 | 142 | 60 |
| Binary | 11 | 11010001 | 11110011 | 1100011 | 1110 | 0 | 101 | 10111100 | 1100010 | 110000 |
Color Harmonies of #03D1F3
Complementary color
Monochromatic Colors of #03D1F3
Black with #03D1F3
Text Example
Text Example
White with #03D1F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03D1F3; }
p { color: rgb(3,209,243); }
H1.HeaderClassName
{
color: #03D1F3;
}
.AnyTagClassName
{
color: #03D1F3;
}
</style>
background-color css
<style>
a { background-color: #03D1F3; }
a { background-color: rgb(3,209,243); }
div.DivClassName
{
background-color: #03D1F3;
}
.BgClassName
{
background-color: #03D1F3;
}
</style>
border-color css
<style>
span { border-color: #03D1F3; }
span { border-color: rgb(3,209,243); }
td.TdClassName
{
border-color: #03D1F3;
}
.TagClassName
{
border-color: #03D1F3;
}
</style>