Shades of Deep Sky Blue #03D2FF
Tints of Deep Sky Blue #03D2FF
RGB
CMYK
RGB Variations
Color information
#03D2FF (or 0x03D2FF) is known color: Deep Sky Blue. HEX triplet: 03, D2 and FF. RGB value is (3,210,255). Sum of RGB (Red+Green+Blue) = 3+210+255=468 (61% of max value = 765). Red value is 3 (1.56% from 255 or 0.64% from 468); Green value is 210 (82.42% from 255 or 44.87% from 468); Blue value is 255 (100% from 255 or 54.49% from 468); Max value from RGB is 255 - color contains mainly: blue. Hex color #03D2FF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #03D2FF is #FC2D00. Grayscale: #989898. Windows color (decimal): -16526593 or 16765443. OLE color: 16765443.
HSL color Cylindrical-coordinate representation of color #03D2FF: hue angle of 190.71º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03D2FF is Cyan = 0.99, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 3 | 210 | 255 | - |
| CMYK | 0.99 | 0.18 | 0 | 0 |
| HSL | 190.71º | 1% | 0.51% | - |
| HSV(B) | 190.71º | 0.99% | 1% | - |
| XYZ | 41.13 | 53.33 | 102.73 | - |
| YUV | 153.24 | 185.42 | 20.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 210 | 255 | 0.99 | 0.18 | 0 | 0 | 190.71 | 1 | 0.51 |
| Hex | 3 | D2 | FF | 63 | 12 | 0 | 0 | BF | 64 | 33 |
| Octal | 3 | 322 | 377 | 143 | 22 | 0 | 0 | 277 | 144 | 63 |
| Binary | 11 | 11010010 | 11111111 | 1100011 | 10010 | 0 | 0 | 10111111 | 1100100 | 110011 |
Color Harmonies of #03D2FF
Complementary color
Monochromatic Colors of #03D2FF
Black with #03D2FF
Text Example
Text Example
White with #03D2FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03D2FF; }
p { color: rgb(3,210,255); }
H1.HeaderClassName
{
color: #03D2FF;
}
.AnyTagClassName
{
color: #03D2FF;
}
</style>
background-color css
<style>
a { background-color: #03D2FF; }
a { background-color: rgb(3,210,255); }
div.DivClassName
{
background-color: #03D2FF;
}
.BgClassName
{
background-color: #03D2FF;
}
</style>
border-color css
<style>
span { border-color: #03D2FF; }
span { border-color: rgb(3,210,255); }
td.TdClassName
{
border-color: #03D2FF;
}
.TagClassName
{
border-color: #03D2FF;
}
</style>