Shades of Deep Sky Blue #03BDFE
Tints of Deep Sky Blue #03BDFE
RGB
CMYK
RGB Variations
Color information
#03BDFE (or 0x03BDFE) is known color: Deep Sky Blue. HEX triplet: 03, BD and FE. RGB value is (3,189,254). Sum of RGB (Red+Green+Blue) = 3+189+254=446 (59% of max value = 765). Red value is 3 (1.56% from 255 or 0.67% from 446); Green value is 189 (74.22% from 255 or 42.38% from 446); Blue value is 254 (99.61% from 255 or 56.95% from 446); Max value from RGB is 254 - color contains mainly: blue. Hex color #03BDFE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #03BDFE is #FC4201. Grayscale: #8C8C8C. Windows color (decimal): -16531970 or 16694531. OLE color: 16694531.
HSL color Cylindrical-coordinate representation of color #03BDFE: hue angle of 195.54º 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 #03BDFE is Cyan = 0.99, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 3 | 189 | 254 | - |
| CMYK | 0.99 | 0.26 | 0 | 0.00 |
| HSL | 195.54º | 0.99% | 0.5% | - |
| HSV(B) | 195.54º | 0.99% | 1% | - |
| XYZ | 36.12 | 43.57 | 100.27 | - |
| YUV | 140.8 | 191.88 | 29.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 189 | 254 | 0.99 | 0.26 | 0 | 0.00 | 195.54 | 0.99 | 0.5 |
| Hex | 3 | BD | FE | 63 | 1A | 0 | 0 | C4 | 63 | 32 |
| Octal | 3 | 275 | 376 | 143 | 32 | 0 | 0 | 304 | 143 | 62 |
| Binary | 11 | 10111101 | 11111110 | 1100011 | 11010 | 0 | 0 | 11000100 | 1100011 | 110010 |
Color Harmonies of #03BDFE
Complementary color
Monochromatic Colors of #03BDFE
Black with #03BDFE
Text Example
Text Example
White with #03BDFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03BDFE; }
p { color: rgb(3,189,254); }
H1.HeaderClassName
{
color: #03BDFE;
}
.AnyTagClassName
{
color: #03BDFE;
}
</style>
background-color css
<style>
a { background-color: #03BDFE; }
a { background-color: rgb(3,189,254); }
div.DivClassName
{
background-color: #03BDFE;
}
.BgClassName
{
background-color: #03BDFE;
}
</style>
border-color css
<style>
span { border-color: #03BDFE; }
span { border-color: rgb(3,189,254); }
td.TdClassName
{
border-color: #03BDFE;
}
.TagClassName
{
border-color: #03BDFE;
}
</style>