Shades of Deep Sky Blue #03B5FE
Tints of Deep Sky Blue #03B5FE
RGB
CMYK
RGB Variations
Color information
#03B5FE (or 0x03B5FE) is known color: Deep Sky Blue. HEX triplet: 03, B5 and FE. RGB value is (3,181,254). Sum of RGB (Red+Green+Blue) = 3+181+254=438 (58% of max value = 765). Red value is 3 (1.56% from 255 or 0.68% from 438); Green value is 181 (71.09% from 255 or 41.32% from 438); Blue value is 254 (99.61% from 255 or 57.99% from 438); Max value from RGB is 254 - color contains mainly: blue. Hex color #03B5FE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #03B5FE is #FC4A01. Grayscale: #878787. Windows color (decimal): -16534018 or 16692483. OLE color: 16692483.
HSL color Cylindrical-coordinate representation of color #03B5FE: hue angle of 197.45º 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 #03B5FE is Cyan = 0.99, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 3 | 181 | 254 | - |
| CMYK | 0.99 | 0.29 | 0 | 0.00 |
| HSL | 197.45º | 0.99% | 0.5% | - |
| HSV(B) | 197.45º | 0.99% | 1% | - |
| XYZ | 34.45 | 40.22 | 99.71 | - |
| YUV | 136.1 | 194.53 | 33.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 181 | 254 | 0.99 | 0.29 | 0 | 0.00 | 197.45 | 0.99 | 0.5 |
| Hex | 3 | B5 | FE | 63 | 1D | 0 | 0 | C5 | 63 | 32 |
| Octal | 3 | 265 | 376 | 143 | 35 | 0 | 0 | 305 | 143 | 62 |
| Binary | 11 | 10110101 | 11111110 | 1100011 | 11101 | 0 | 0 | 11000101 | 1100011 | 110010 |
Color Harmonies of #03B5FE
Complementary color
Monochromatic Colors of #03B5FE
Black with #03B5FE
Text Example
Text Example
White with #03B5FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03B5FE; }
p { color: rgb(3,181,254); }
H1.HeaderClassName
{
color: #03B5FE;
}
.AnyTagClassName
{
color: #03B5FE;
}
</style>
background-color css
<style>
a { background-color: #03B5FE; }
a { background-color: rgb(3,181,254); }
div.DivClassName
{
background-color: #03B5FE;
}
.BgClassName
{
background-color: #03B5FE;
}
</style>
border-color css
<style>
span { border-color: #03B5FE; }
span { border-color: rgb(3,181,254); }
td.TdClassName
{
border-color: #03B5FE;
}
.TagClassName
{
border-color: #03B5FE;
}
</style>