Shades of Deep Sky Blue #01BFF5
Tints of Deep Sky Blue #01BFF5
RGB
CMYK
RGB Variations
Color information
#01BFF5 (or 0x01BFF5) is known color: Deep Sky Blue. HEX triplet: 01, BF and F5. RGB value is (1,191,245). Sum of RGB (Red+Green+Blue) = 1+191+245=437 (57% of max value = 765). Red value is 1 (0.78% from 255 or 0.23% from 437); Green value is 191 (75% from 255 or 43.71% from 437); Blue value is 245 (96.09% from 255 or 56.06% from 437); Max value from RGB is 245 - color contains mainly: blue. Hex color #01BFF5 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #01BFF5 is #FE400A. Grayscale: #8B8B8B. Windows color (decimal): -16662539 or 16105217. OLE color: 16105217.
HSL color Cylindrical-coordinate representation of color #01BFF5: hue angle of 193.28º degrees, saturation: 0.99, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01BFF5 is Cyan = 1.00, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 1 | 191 | 245 | - |
| CMYK | 1.00 | 0.22 | 0 | 0.04 |
| HSL | 193.28º | 0.99% | 0.48% | - |
| HSV(B) | 193.28º | 1% | 0.96% | - |
| XYZ | 35.12 | 43.86 | 93 | - |
| YUV | 140.35 | 187.05 | 28.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 191 | 245 | 1.00 | 0.22 | 0 | 0.04 | 193.28 | 0.99 | 0.48 |
| Hex | 1 | BF | F5 | 64 | 16 | 0 | 4 | C1 | 63 | 30 |
| Octal | 1 | 277 | 365 | 144 | 26 | 0 | 4 | 301 | 143 | 60 |
| Binary | 1 | 10111111 | 11110101 | 1100100 | 10110 | 0 | 100 | 11000001 | 1100011 | 110000 |
Color Harmonies of #01BFF5
Complementary color
Monochromatic Colors of #01BFF5
Black with #01BFF5
Text Example
Text Example
White with #01BFF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01BFF5; }
p { color: rgb(1,191,245); }
H1.HeaderClassName
{
color: #01BFF5;
}
.AnyTagClassName
{
color: #01BFF5;
}
</style>
background-color css
<style>
a { background-color: #01BFF5; }
a { background-color: rgb(1,191,245); }
div.DivClassName
{
background-color: #01BFF5;
}
.BgClassName
{
background-color: #01BFF5;
}
</style>
border-color css
<style>
span { border-color: #01BFF5; }
span { border-color: rgb(1,191,245); }
td.TdClassName
{
border-color: #01BFF5;
}
.TagClassName
{
border-color: #01BFF5;
}
</style>