Shades of Deep Sky Blue #01BBFF
Tints of Deep Sky Blue #01BBFF
RGB
CMYK
RGB Variations
Color information
#01BBFF (or 0x01BBFF) is known color: Deep Sky Blue. HEX triplet: 01, BB and FF. RGB value is (1,187,255). Sum of RGB (Red+Green+Blue) = 1+187+255=443 (58% of max value = 765). Red value is 1 (0.78% from 255 or 0.23% from 443); Green value is 187 (73.44% from 255 or 42.21% from 443); Blue value is 255 (100% from 255 or 57.56% from 443); Max value from RGB is 255 - color contains mainly: blue. Hex color #01BBFF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #01BBFF is #FE4400. Grayscale: #8A8A8A. Windows color (decimal): -16663553 or 16759553. OLE color: 16759553.
HSL color Cylindrical-coordinate representation of color #01BBFF: hue angle of 196.06º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01BBFF is Cyan = 1.00, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 1 | 187 | 255 | - |
| CMYK | 1.00 | 0.27 | 0 | 0 |
| HSL | 196.06º | 1% | 0.5% | - |
| HSV(B) | 196.06º | 1% | 1% | - |
| XYZ | 35.83 | 42.77 | 100.97 | - |
| YUV | 139.14 | 193.38 | 29.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 187 | 255 | 1.00 | 0.27 | 0 | 0 | 196.06 | 1 | 0.5 |
| Hex | 1 | BB | FF | 64 | 1B | 0 | 0 | C4 | 64 | 32 |
| Octal | 1 | 273 | 377 | 144 | 33 | 0 | 0 | 304 | 144 | 62 |
| Binary | 1 | 10111011 | 11111111 | 1100100 | 11011 | 0 | 0 | 11000100 | 1100100 | 110010 |
Color Harmonies of #01BBFF
Complementary color
Monochromatic Colors of #01BBFF
Black with #01BBFF
Text Example
Text Example
White with #01BBFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01BBFF; }
p { color: rgb(1,187,255); }
H1.HeaderClassName
{
color: #01BBFF;
}
.AnyTagClassName
{
color: #01BBFF;
}
</style>
background-color css
<style>
a { background-color: #01BBFF; }
a { background-color: rgb(1,187,255); }
div.DivClassName
{
background-color: #01BBFF;
}
.BgClassName
{
background-color: #01BBFF;
}
</style>
border-color css
<style>
span { border-color: #01BBFF; }
span { border-color: rgb(1,187,255); }
td.TdClassName
{
border-color: #01BBFF;
}
.TagClassName
{
border-color: #01BBFF;
}
</style>