Shades of Deep Sky Blue #03D2FC
Tints of Deep Sky Blue #03D2FC
RGB
CMYK
RGB Variations
Color information
#03D2FC (or 0x03D2FC) is known color: Deep Sky Blue. HEX triplet: 03, D2 and FC. RGB value is (3,210,252). Sum of RGB (Red+Green+Blue) = 3+210+252=465 (61% of max value = 765). Red value is 3 (1.56% from 255 or 0.65% from 465); Green value is 210 (82.42% from 255 or 45.16% from 465); Blue value is 252 (98.83% from 255 or 54.19% from 465); Max value from RGB is 252 - color contains mainly: blue. Hex color #03D2FC is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #03D2FC is #FC2D03. Grayscale: #989898. Windows color (decimal): -16526596 or 16568835. OLE color: 16568835.
HSL color Cylindrical-coordinate representation of color #03D2FC: hue angle of 190.12º 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 #03D2FC is Cyan = 0.99, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 3 | 210 | 252 | - |
| CMYK | 0.99 | 0.17 | 0 | 0.01 |
| HSL | 190.12º | 0.98% | 0.5% | - |
| HSV(B) | 190.12º | 0.99% | 0.99% | - |
| XYZ | 40.65 | 53.14 | 100.21 | - |
| YUV | 152.9 | 183.92 | 21.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 210 | 252 | 0.99 | 0.17 | 0 | 0.01 | 190.12 | 0.98 | 0.5 |
| Hex | 3 | D2 | FC | 63 | 11 | 0 | 1 | BE | 62 | 32 |
| Octal | 3 | 322 | 374 | 143 | 21 | 0 | 1 | 276 | 142 | 62 |
| Binary | 11 | 11010010 | 11111100 | 1100011 | 10001 | 0 | 1 | 10111110 | 1100010 | 110010 |
Color Harmonies of #03D2FC
Complementary color
Monochromatic Colors of #03D2FC
Black with #03D2FC
Text Example
Text Example
White with #03D2FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03D2FC; }
p { color: rgb(3,210,252); }
H1.HeaderClassName
{
color: #03D2FC;
}
.AnyTagClassName
{
color: #03D2FC;
}
</style>
background-color css
<style>
a { background-color: #03D2FC; }
a { background-color: rgb(3,210,252); }
div.DivClassName
{
background-color: #03D2FC;
}
.BgClassName
{
background-color: #03D2FC;
}
</style>
border-color css
<style>
span { border-color: #03D2FC; }
span { border-color: rgb(3,210,252); }
td.TdClassName
{
border-color: #03D2FC;
}
.TagClassName
{
border-color: #03D2FC;
}
</style>