Shades of Deep Sky Blue #01BFF4
Tints of Deep Sky Blue #01BFF4
RGB
CMYK
RGB Variations
Color information
#01BFF4 (or 0x01BFF4) is known color: Deep Sky Blue. HEX triplet: 01, BF and F4. RGB value is (1,191,244). Sum of RGB (Red+Green+Blue) = 1+191+244=436 (57% of max value = 765). Red value is 1 (0.78% from 255 or 0.23% from 436); Green value is 191 (75% from 255 or 43.81% from 436); Blue value is 244 (95.70% from 255 or 55.96% from 436); Max value from RGB is 244 - color contains mainly: blue. Hex color #01BFF4 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #01BFF4 is #FE400B. Grayscale: #8B8B8B. Windows color (decimal): -16662540 or 16039681. OLE color: 16039681.
HSL color Cylindrical-coordinate representation of color #01BFF4: hue angle of 193.09º 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 #01BFF4 is Cyan = 1.00, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 1 | 191 | 244 | - |
| CMYK | 1.00 | 0.22 | 0 | 0.04 |
| HSL | 193.09º | 0.99% | 0.48% | - |
| HSV(B) | 193.09º | 1% | 0.96% | - |
| XYZ | 34.97 | 43.8 | 92.2 | - |
| YUV | 140.23 | 186.55 | 28.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 191 | 244 | 1.00 | 0.22 | 0 | 0.04 | 193.09 | 0.99 | 0.48 |
| Hex | 1 | BF | F4 | 64 | 16 | 0 | 4 | C1 | 63 | 30 |
| Octal | 1 | 277 | 364 | 144 | 26 | 0 | 4 | 301 | 143 | 60 |
| Binary | 1 | 10111111 | 11110100 | 1100100 | 10110 | 0 | 100 | 11000001 | 1100011 | 110000 |
Color Harmonies of #01BFF4
Complementary color
Monochromatic Colors of #01BFF4
Black with #01BFF4
Text Example
Text Example
White with #01BFF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01BFF4; }
p { color: rgb(1,191,244); }
H1.HeaderClassName
{
color: #01BFF4;
}
.AnyTagClassName
{
color: #01BFF4;
}
</style>
background-color css
<style>
a { background-color: #01BFF4; }
a { background-color: rgb(1,191,244); }
div.DivClassName
{
background-color: #01BFF4;
}
.BgClassName
{
background-color: #01BFF4;
}
</style>
border-color css
<style>
span { border-color: #01BFF4; }
span { border-color: rgb(1,191,244); }
td.TdClassName
{
border-color: #01BFF4;
}
.TagClassName
{
border-color: #01BFF4;
}
</style>