Shades of Deep Sky Blue #01BFFE
Tints of Deep Sky Blue #01BFFE
RGB
CMYK
RGB Variations
Color information
#01BFFE (or 0x01BFFE) is known color: Deep Sky Blue. HEX triplet: 01, BF and FE. RGB value is (1,191,254). Sum of RGB (Red+Green+Blue) = 1+191+254=446 (59% of max value = 765). Red value is 1 (0.78% from 255 or 0.22% from 446); Green value is 191 (75% from 255 or 42.83% 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 #01BFFE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #01BFFE is #FE4001. Grayscale: #8C8C8C. Windows color (decimal): -16662530 or 16695041. OLE color: 16695041.
HSL color Cylindrical-coordinate representation of color #01BFFE: hue angle of 194.94º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01BFFE is Cyan = 1.00, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 1 | 191 | 254 | - |
| CMYK | 1.00 | 0.25 | 0 | 0.00 |
| HSL | 194.94º | 0.99% | 0.5% | - |
| HSV(B) | 194.94º | 1% | 1% | - |
| XYZ | 36.53 | 44.42 | 100.42 | - |
| YUV | 141.37 | 191.55 | 27.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 191 | 254 | 1.00 | 0.25 | 0 | 0.00 | 194.94 | 0.99 | 0.5 |
| Hex | 1 | BF | FE | 64 | 19 | 0 | 0 | C3 | 63 | 32 |
| Octal | 1 | 277 | 376 | 144 | 31 | 0 | 0 | 303 | 143 | 62 |
| Binary | 1 | 10111111 | 11111110 | 1100100 | 11001 | 0 | 0 | 11000011 | 1100011 | 110010 |
Color Harmonies of #01BFFE
Complementary color
Monochromatic Colors of #01BFFE
Black with #01BFFE
Text Example
Text Example
White with #01BFFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01BFFE; }
p { color: rgb(1,191,254); }
H1.HeaderClassName
{
color: #01BFFE;
}
.AnyTagClassName
{
color: #01BFFE;
}
</style>
background-color css
<style>
a { background-color: #01BFFE; }
a { background-color: rgb(1,191,254); }
div.DivClassName
{
background-color: #01BFFE;
}
.BgClassName
{
background-color: #01BFFE;
}
</style>
border-color css
<style>
span { border-color: #01BFFE; }
span { border-color: rgb(1,191,254); }
td.TdClassName
{
border-color: #01BFFE;
}
.TagClassName
{
border-color: #01BFFE;
}
</style>