Shades of Deep Sky Blue #03BBFE
Tints of Deep Sky Blue #03BBFE
RGB
CMYK
RGB Variations
Color information
#03BBFE (or 0x03BBFE) is known color: Deep Sky Blue. HEX triplet: 03, BB and FE. RGB value is (3,187,254). Sum of RGB (Red+Green+Blue) = 3+187+254=444 (58% of max value = 765). Red value is 3 (1.56% from 255 or 0.68% from 444); Green value is 187 (73.44% from 255 or 42.12% from 444); Blue value is 254 (99.61% from 255 or 57.21% from 444); Max value from RGB is 254 - color contains mainly: blue. Hex color #03BBFE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #03BBFE is #FC4401. Grayscale: #8B8B8B. Windows color (decimal): -16532482 or 16694019. OLE color: 16694019.
HSL color Cylindrical-coordinate representation of color #03BBFE: hue angle of 196.02º 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 #03BBFE is Cyan = 0.99, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 3 | 187 | 254 | - |
| CMYK | 0.99 | 0.26 | 0 | 0.00 |
| HSL | 196.02º | 0.99% | 0.5% | - |
| HSV(B) | 196.02º | 0.99% | 1% | - |
| XYZ | 35.7 | 42.72 | 100.13 | - |
| YUV | 139.62 | 192.54 | 30.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 187 | 254 | 0.99 | 0.26 | 0 | 0.00 | 196.02 | 0.99 | 0.5 |
| Hex | 3 | BB | FE | 63 | 1A | 0 | 0 | C4 | 63 | 32 |
| Octal | 3 | 273 | 376 | 143 | 32 | 0 | 0 | 304 | 143 | 62 |
| Binary | 11 | 10111011 | 11111110 | 1100011 | 11010 | 0 | 0 | 11000100 | 1100011 | 110010 |
Color Harmonies of #03BBFE
Complementary color
Monochromatic Colors of #03BBFE
Black with #03BBFE
Text Example
Text Example
White with #03BBFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03BBFE; }
p { color: rgb(3,187,254); }
H1.HeaderClassName
{
color: #03BBFE;
}
.AnyTagClassName
{
color: #03BBFE;
}
</style>
background-color css
<style>
a { background-color: #03BBFE; }
a { background-color: rgb(3,187,254); }
div.DivClassName
{
background-color: #03BBFE;
}
.BgClassName
{
background-color: #03BBFE;
}
</style>
border-color css
<style>
span { border-color: #03BBFE; }
span { border-color: rgb(3,187,254); }
td.TdClassName
{
border-color: #03BBFE;
}
.TagClassName
{
border-color: #03BBFE;
}
</style>