Shades of Deep Sky Blue #01BBFD
Tints of Deep Sky Blue #01BBFD
RGB
CMYK
RGB Variations
Color information
#01BBFD (or 0x01BBFD) is known color: Deep Sky Blue. HEX triplet: 01, BB and FD. RGB value is (1,187,253). Sum of RGB (Red+Green+Blue) = 1+187+253=441 (58% of max value = 765). Red value is 1 (0.78% from 255 or 0.23% from 441); Green value is 187 (73.44% from 255 or 42.40% from 441); Blue value is 253 (99.22% from 255 or 57.37% from 441); Max value from RGB is 253 - color contains mainly: blue. Hex color #01BBFD is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #01BBFD is #FE4402. Grayscale: #8A8A8A. Windows color (decimal): -16663555 or 16628481. OLE color: 16628481.
HSL color Cylindrical-coordinate representation of color #01BBFD: hue angle of 195.71º 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 #01BBFD is Cyan = 1.00, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 1 | 187 | 253 | - |
| CMYK | 1.00 | 0.26 | 0 | 0.01 |
| HSL | 195.71º | 0.99% | 0.5% | - |
| HSV(B) | 195.71º | 1% | 0.99% | - |
| XYZ | 35.51 | 42.64 | 99.29 | - |
| YUV | 138.91 | 192.38 | 29.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 187 | 253 | 1.00 | 0.26 | 0 | 0.01 | 195.71 | 0.99 | 0.5 |
| Hex | 1 | BB | FD | 64 | 1A | 0 | 1 | C4 | 63 | 32 |
| Octal | 1 | 273 | 375 | 144 | 32 | 0 | 1 | 304 | 143 | 62 |
| Binary | 1 | 10111011 | 11111101 | 1100100 | 11010 | 0 | 1 | 11000100 | 1100011 | 110010 |
Color Harmonies of #01BBFD
Complementary color
Monochromatic Colors of #01BBFD
Black with #01BBFD
Text Example
Text Example
White with #01BBFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01BBFD; }
p { color: rgb(1,187,253); }
H1.HeaderClassName
{
color: #01BBFD;
}
.AnyTagClassName
{
color: #01BBFD;
}
</style>
background-color css
<style>
a { background-color: #01BBFD; }
a { background-color: rgb(1,187,253); }
div.DivClassName
{
background-color: #01BBFD;
}
.BgClassName
{
background-color: #01BBFD;
}
</style>
border-color css
<style>
span { border-color: #01BBFD; }
span { border-color: rgb(1,187,253); }
td.TdClassName
{
border-color: #01BBFD;
}
.TagClassName
{
border-color: #01BBFD;
}
</style>