Shades of Deep Sky Blue #03C3F4
Tints of Deep Sky Blue #03C3F4
RGB
CMYK
RGB Variations
Color information
#03C3F4 (or 0x03C3F4) is known color: Deep Sky Blue. HEX triplet: 03, C3 and F4. RGB value is (3,195,244). Sum of RGB (Red+Green+Blue) = 3+195+244=442 (58% of max value = 765). Red value is 3 (1.56% from 255 or 0.68% from 442); Green value is 195 (76.56% from 255 or 44.12% from 442); Blue value is 244 (95.70% from 255 or 55.20% from 442); Max value from RGB is 244 - color contains mainly: blue. Hex color #03C3F4 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #03C3F4 is #FC3C0B. Grayscale: #8E8E8E. Windows color (decimal): -16530444 or 16040707. OLE color: 16040707.
HSL color Cylindrical-coordinate representation of color #03C3F4: hue angle of 192.2º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03C3F4 is Cyan = 0.99, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 3 | 195 | 244 | - |
| CMYK | 0.99 | 0.20 | 0 | 0.04 |
| HSL | 192.2º | 0.98% | 0.48% | - |
| HSV(B) | 192.2º | 0.99% | 0.96% | - |
| XYZ | 35.88 | 45.58 | 92.49 | - |
| YUV | 143.18 | 184.89 | 28.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 195 | 244 | 0.99 | 0.20 | 0 | 0.04 | 192.2 | 0.98 | 0.48 |
| Hex | 3 | C3 | F4 | 63 | 14 | 0 | 4 | C0 | 62 | 30 |
| Octal | 3 | 303 | 364 | 143 | 24 | 0 | 4 | 300 | 142 | 60 |
| Binary | 11 | 11000011 | 11110100 | 1100011 | 10100 | 0 | 100 | 11000000 | 1100010 | 110000 |
Color Harmonies of #03C3F4
Complementary color
Monochromatic Colors of #03C3F4
Black with #03C3F4
Text Example
Text Example
White with #03C3F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03C3F4; }
p { color: rgb(3,195,244); }
H1.HeaderClassName
{
color: #03C3F4;
}
.AnyTagClassName
{
color: #03C3F4;
}
</style>
background-color css
<style>
a { background-color: #03C3F4; }
a { background-color: rgb(3,195,244); }
div.DivClassName
{
background-color: #03C3F4;
}
.BgClassName
{
background-color: #03C3F4;
}
</style>
border-color css
<style>
span { border-color: #03C3F4; }
span { border-color: rgb(3,195,244); }
td.TdClassName
{
border-color: #03C3F4;
}
.TagClassName
{
border-color: #03C3F4;
}
</style>