Shades of Deep Sky Blue #03BFFD
Tints of Deep Sky Blue #03BFFD
RGB
CMYK
RGB Variations
Color information
#03BFFD (or 0x03BFFD) is known color: Deep Sky Blue. HEX triplet: 03, BF and FD. RGB value is (3,191,253). Sum of RGB (Red+Green+Blue) = 3+191+253=447 (59% of max value = 765). Red value is 3 (1.56% from 255 or 0.67% from 447); Green value is 191 (75% from 255 or 42.73% from 447); Blue value is 253 (99.22% from 255 or 56.60% from 447); Max value from RGB is 253 - color contains mainly: blue. Hex color #03BFFD is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #03BFFD is #FC4002. Grayscale: #8D8D8D. Windows color (decimal): -16531459 or 16629507. OLE color: 16629507.
HSL color Cylindrical-coordinate representation of color #03BFFD: hue angle of 194.88º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03BFFD is Cyan = 0.99, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 3 | 191 | 253 | - |
| CMYK | 0.99 | 0.25 | 0 | 0.01 |
| HSL | 194.88º | 0.98% | 0.5% | - |
| HSV(B) | 194.88º | 0.99% | 0.99% | - |
| XYZ | 36.4 | 44.37 | 99.57 | - |
| YUV | 141.86 | 190.72 | 28.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 191 | 253 | 0.99 | 0.25 | 0 | 0.01 | 194.88 | 0.98 | 0.5 |
| Hex | 3 | BF | FD | 63 | 19 | 0 | 1 | C3 | 62 | 32 |
| Octal | 3 | 277 | 375 | 143 | 31 | 0 | 1 | 303 | 142 | 62 |
| Binary | 11 | 10111111 | 11111101 | 1100011 | 11001 | 0 | 1 | 11000011 | 1100010 | 110010 |
Color Harmonies of #03BFFD
Complementary color
Monochromatic Colors of #03BFFD
Black with #03BFFD
Text Example
Text Example
White with #03BFFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03BFFD; }
p { color: rgb(3,191,253); }
H1.HeaderClassName
{
color: #03BFFD;
}
.AnyTagClassName
{
color: #03BFFD;
}
</style>
background-color css
<style>
a { background-color: #03BFFD; }
a { background-color: rgb(3,191,253); }
div.DivClassName
{
background-color: #03BFFD;
}
.BgClassName
{
background-color: #03BFFD;
}
</style>
border-color css
<style>
span { border-color: #03BFFD; }
span { border-color: rgb(3,191,253); }
td.TdClassName
{
border-color: #03BFFD;
}
.TagClassName
{
border-color: #03BFFD;
}
</style>