Shades of Deep Sky Blue #03C2FF
Tints of Deep Sky Blue #03C2FF
RGB
CMYK
RGB Variations
Color information
#03C2FF (or 0x03C2FF) is known color: Deep Sky Blue. HEX triplet: 03, C2 and FF. RGB value is (3,194,255). Sum of RGB (Red+Green+Blue) = 3+194+255=452 (59% of max value = 765). Red value is 3 (1.56% from 255 or 0.66% from 452); Green value is 194 (76.17% from 255 or 42.92% from 452); Blue value is 255 (100% from 255 or 56.42% from 452); Max value from RGB is 255 - color contains mainly: blue. Hex color #03C2FF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #03C2FF is #FC3D00. Grayscale: #8F8F8F. Windows color (decimal): -16530689 or 16761347. OLE color: 16761347.
HSL color Cylindrical-coordinate representation of color #03C2FF: hue angle of 194.52º 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 #03C2FF is Cyan = 0.99, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 3 | 194 | 255 | - |
| CMYK | 0.99 | 0.24 | 0 | 0 |
| HSL | 194.52º | 1% | 0.51% | - |
| HSV(B) | 194.52º | 0.99% | 1% | - |
| XYZ | 37.38 | 45.82 | 101.48 | - |
| YUV | 143.85 | 190.72 | 27.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 194 | 255 | 0.99 | 0.24 | 0 | 0 | 194.52 | 1 | 0.51 |
| Hex | 3 | C2 | FF | 63 | 18 | 0 | 0 | C3 | 64 | 33 |
| Octal | 3 | 302 | 377 | 143 | 30 | 0 | 0 | 303 | 144 | 63 |
| Binary | 11 | 11000010 | 11111111 | 1100011 | 11000 | 0 | 0 | 11000011 | 1100100 | 110011 |
Color Harmonies of #03C2FF
Complementary color
Monochromatic Colors of #03C2FF
Black with #03C2FF
Text Example
Text Example
White with #03C2FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03C2FF; }
p { color: rgb(3,194,255); }
H1.HeaderClassName
{
color: #03C2FF;
}
.AnyTagClassName
{
color: #03C2FF;
}
</style>
background-color css
<style>
a { background-color: #03C2FF; }
a { background-color: rgb(3,194,255); }
div.DivClassName
{
background-color: #03C2FF;
}
.BgClassName
{
background-color: #03C2FF;
}
</style>
border-color css
<style>
span { border-color: #03C2FF; }
span { border-color: rgb(3,194,255); }
td.TdClassName
{
border-color: #03C2FF;
}
.TagClassName
{
border-color: #03C2FF;
}
</style>