Shades of Deep Sky Blue #03BEF5
Tints of Deep Sky Blue #03BEF5
RGB
CMYK
RGB Variations
Color information
#03BEF5 (or 0x03BEF5) is known color: Deep Sky Blue. HEX triplet: 03, BE and F5. RGB value is (3,190,245). Sum of RGB (Red+Green+Blue) = 3+190+245=438 (58% of max value = 765). Red value is 3 (1.56% from 255 or 0.68% from 438); Green value is 190 (74.61% from 255 or 43.38% from 438); Blue value is 245 (96.09% from 255 or 55.94% from 438); Max value from RGB is 245 - color contains mainly: blue. Hex color #03BEF5 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #03BEF5 is #FC410A. Grayscale: #8B8B8B. Windows color (decimal): -16531723 or 16104963. OLE color: 16104963.
HSL color Cylindrical-coordinate representation of color #03BEF5: hue angle of 193.64º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03BEF5 is Cyan = 0.99, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 3 | 190 | 245 | - |
| CMYK | 0.99 | 0.22 | 0 | 0.04 |
| HSL | 193.64º | 0.98% | 0.49% | - |
| HSV(B) | 193.64º | 0.99% | 0.96% | - |
| XYZ | 34.93 | 43.44 | 92.93 | - |
| YUV | 140.36 | 187.05 | 30.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 190 | 245 | 0.99 | 0.22 | 0 | 0.04 | 193.64 | 0.98 | 0.49 |
| Hex | 3 | BE | F5 | 63 | 16 | 0 | 4 | C2 | 62 | 31 |
| Octal | 3 | 276 | 365 | 143 | 26 | 0 | 4 | 302 | 142 | 61 |
| Binary | 11 | 10111110 | 11110101 | 1100011 | 10110 | 0 | 100 | 11000010 | 1100010 | 110001 |
Color Harmonies of #03BEF5
Complementary color
Monochromatic Colors of #03BEF5
Black with #03BEF5
Text Example
Text Example
White with #03BEF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03BEF5; }
p { color: rgb(3,190,245); }
H1.HeaderClassName
{
color: #03BEF5;
}
.AnyTagClassName
{
color: #03BEF5;
}
</style>
background-color css
<style>
a { background-color: #03BEF5; }
a { background-color: rgb(3,190,245); }
div.DivClassName
{
background-color: #03BEF5;
}
.BgClassName
{
background-color: #03BEF5;
}
</style>
border-color css
<style>
span { border-color: #03BEF5; }
span { border-color: rgb(3,190,245); }
td.TdClassName
{
border-color: #03BEF5;
}
.TagClassName
{
border-color: #03BEF5;
}
</style>