Shades of Deep Sky Blue #03D2FE
Tints of Deep Sky Blue #03D2FE
RGB
CMYK
RGB Variations
Color information
#03D2FE (or 0x03D2FE) is known color: Deep Sky Blue. HEX triplet: 03, D2 and FE. RGB value is (3,210,254). Sum of RGB (Red+Green+Blue) = 3+210+254=467 (61% of max value = 765). Red value is 3 (1.56% from 255 or 0.64% from 467); Green value is 210 (82.42% from 255 or 44.97% from 467); Blue value is 254 (99.61% from 255 or 54.39% from 467); Max value from RGB is 254 - color contains mainly: blue. Hex color #03D2FE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #03D2FE is #FC2D01. Grayscale: #989898. Windows color (decimal): -16526594 or 16699907. OLE color: 16699907.
HSL color Cylindrical-coordinate representation of color #03D2FE: hue angle of 190.52º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03D2FE is Cyan = 0.99, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 3 | 210 | 254 | - |
| CMYK | 0.99 | 0.17 | 0 | 0.00 |
| HSL | 190.52º | 0.99% | 0.5% | - |
| HSV(B) | 190.52º | 0.99% | 1% | - |
| XYZ | 40.97 | 53.27 | 101.89 | - |
| YUV | 153.12 | 184.92 | 20.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 210 | 254 | 0.99 | 0.17 | 0 | 0.00 | 190.52 | 0.99 | 0.5 |
| Hex | 3 | D2 | FE | 63 | 11 | 0 | 0 | BF | 63 | 32 |
| Octal | 3 | 322 | 376 | 143 | 21 | 0 | 0 | 277 | 143 | 62 |
| Binary | 11 | 11010010 | 11111110 | 1100011 | 10001 | 0 | 0 | 10111111 | 1100011 | 110010 |
Color Harmonies of #03D2FE
Complementary color
Monochromatic Colors of #03D2FE
Black with #03D2FE
Text Example
Text Example
White with #03D2FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03D2FE; }
p { color: rgb(3,210,254); }
H1.HeaderClassName
{
color: #03D2FE;
}
.AnyTagClassName
{
color: #03D2FE;
}
</style>
background-color css
<style>
a { background-color: #03D2FE; }
a { background-color: rgb(3,210,254); }
div.DivClassName
{
background-color: #03D2FE;
}
.BgClassName
{
background-color: #03D2FE;
}
</style>
border-color css
<style>
span { border-color: #03D2FE; }
span { border-color: rgb(3,210,254); }
td.TdClassName
{
border-color: #03D2FE;
}
.TagClassName
{
border-color: #03D2FE;
}
</style>