Shades of Deep Sky Blue #01BFFC
Tints of Deep Sky Blue #01BFFC
RGB
CMYK
RGB Variations
Color information
#01BFFC (or 0x01BFFC) is known color: Deep Sky Blue. HEX triplet: 01, BF and FC. RGB value is (1,191,252). Sum of RGB (Red+Green+Blue) = 1+191+252=444 (58% of max value = 765). Red value is 1 (0.78% from 255 or 0.23% from 444); Green value is 191 (75% from 255 or 43.02% from 444); Blue value is 252 (98.83% from 255 or 56.76% from 444); Max value from RGB is 252 - color contains mainly: blue. Hex color #01BFFC is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #01BFFC is #FE4003. Grayscale: #8C8C8C. Windows color (decimal): -16662532 or 16563969. OLE color: 16563969.
HSL color Cylindrical-coordinate representation of color #01BFFC: hue angle of 194.58º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01BFFC is Cyan = 1.00, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 1 | 191 | 252 | - |
| CMYK | 1.00 | 0.24 | 0 | 0.01 |
| HSL | 194.58º | 0.99% | 0.5% | - |
| HSV(B) | 194.58º | 1% | 0.99% | - |
| XYZ | 36.21 | 44.3 | 98.74 | - |
| YUV | 141.14 | 190.55 | 28.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 191 | 252 | 1.00 | 0.24 | 0 | 0.01 | 194.58 | 0.99 | 0.5 |
| Hex | 1 | BF | FC | 64 | 18 | 0 | 1 | C3 | 63 | 32 |
| Octal | 1 | 277 | 374 | 144 | 30 | 0 | 1 | 303 | 143 | 62 |
| Binary | 1 | 10111111 | 11111100 | 1100100 | 11000 | 0 | 1 | 11000011 | 1100011 | 110010 |
Color Harmonies of #01BFFC
Complementary color
Monochromatic Colors of #01BFFC
Black with #01BFFC
Text Example
Text Example
White with #01BFFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01BFFC; }
p { color: rgb(1,191,252); }
H1.HeaderClassName
{
color: #01BFFC;
}
.AnyTagClassName
{
color: #01BFFC;
}
</style>
background-color css
<style>
a { background-color: #01BFFC; }
a { background-color: rgb(1,191,252); }
div.DivClassName
{
background-color: #01BFFC;
}
.BgClassName
{
background-color: #01BFFC;
}
</style>
border-color css
<style>
span { border-color: #01BFFC; }
span { border-color: rgb(1,191,252); }
td.TdClassName
{
border-color: #01BFFC;
}
.TagClassName
{
border-color: #01BFFC;
}
</style>