Shades of Deep Sky Blue #01BBFE
Tints of Deep Sky Blue #01BBFE
RGB
CMYK
RGB Variations
Color information
#01BBFE (or 0x01BBFE) is known color: Deep Sky Blue. HEX triplet: 01, BB and FE. RGB value is (1,187,254). Sum of RGB (Red+Green+Blue) = 1+187+254=442 (58% of max value = 765). Red value is 1 (0.78% from 255 or 0.23% from 442); Green value is 187 (73.44% from 255 or 42.31% from 442); Blue value is 254 (99.61% from 255 or 57.47% from 442); Max value from RGB is 254 - color contains mainly: blue. Hex color #01BBFE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #01BBFE is #FE4401. Grayscale: #8A8A8A. Windows color (decimal): -16663554 or 16694017. OLE color: 16694017.
HSL color Cylindrical-coordinate representation of color #01BBFE: hue angle of 195.89º 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 #01BBFE is Cyan = 1.00, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 1 | 187 | 254 | - |
| CMYK | 1.00 | 0.26 | 0 | 0.00 |
| HSL | 195.89º | 0.99% | 0.5% | - |
| HSV(B) | 195.89º | 1% | 1% | - |
| XYZ | 35.67 | 42.7 | 100.13 | - |
| YUV | 139.02 | 192.88 | 29.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 187 | 254 | 1.00 | 0.26 | 0 | 0.00 | 195.89 | 0.99 | 0.5 |
| Hex | 1 | BB | FE | 64 | 1A | 0 | 0 | C4 | 63 | 32 |
| Octal | 1 | 273 | 376 | 144 | 32 | 0 | 0 | 304 | 143 | 62 |
| Binary | 1 | 10111011 | 11111110 | 1100100 | 11010 | 0 | 0 | 11000100 | 1100011 | 110010 |
Color Harmonies of #01BBFE
Complementary color
Monochromatic Colors of #01BBFE
Black with #01BBFE
Text Example
Text Example
White with #01BBFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01BBFE; }
p { color: rgb(1,187,254); }
H1.HeaderClassName
{
color: #01BBFE;
}
.AnyTagClassName
{
color: #01BBFE;
}
</style>
background-color css
<style>
a { background-color: #01BBFE; }
a { background-color: rgb(1,187,254); }
div.DivClassName
{
background-color: #01BBFE;
}
.BgClassName
{
background-color: #01BBFE;
}
</style>
border-color css
<style>
span { border-color: #01BBFE; }
span { border-color: rgb(1,187,254); }
td.TdClassName
{
border-color: #01BBFE;
}
.TagClassName
{
border-color: #01BBFE;
}
</style>