Shades of Deep Sky Blue #00BBFC
Tints of Deep Sky Blue #00BBFC
RGB
CMYK
RGB Variations
Color information
#00BBFC (or 0x00BBFC) is known color: Deep Sky Blue. HEX triplet: 00, BB and FC. RGB value is (0,187,252). Sum of RGB (Red+Green+Blue) = 0+187+252=439 (58% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 439); Green value is 187 (73.44% from 255 or 42.60% from 439); Blue value is 252 (98.83% from 255 or 57.40% from 439); Max value from RGB is 252 - color contains mainly: blue. Hex color #00BBFC is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #00BBFC is #FF4403. Grayscale: #8A8A8A. Windows color (decimal): -16729092 or 16562944. OLE color: 16562944.
HSL color Cylindrical-coordinate representation of color #00BBFC: hue angle of 195.48º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00BBFC is Cyan = 1, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 0 | 187 | 252 | - |
| CMYK | 1 | 0.26 | 0 | 0.01 |
| HSL | 195.48º | 1% | 0.49% | - |
| HSV(B) | 195.48º | 1% | 0.99% | - |
| XYZ | 35.34 | 42.57 | 98.45 | - |
| YUV | 138.5 | 192.05 | 29.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 187 | 252 | 1 | 0.26 | 0 | 0.01 | 195.48 | 1 | 0.49 |
| Hex | 0 | BB | FC | 64 | 1A | 0 | 1 | C3 | 64 | 31 |
| Octal | 0 | 273 | 374 | 144 | 32 | 0 | 1 | 303 | 144 | 61 |
| Binary | 0 | 10111011 | 11111100 | 1100100 | 11010 | 0 | 1 | 11000011 | 1100100 | 110001 |
Color Harmonies of #00BBFC
Complementary color
Monochromatic Colors of #00BBFC
Black with #00BBFC
Text Example
Text Example
White with #00BBFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00BBFC; }
p { color: rgb(0,187,252); }
H1.HeaderClassName
{
color: #00BBFC;
}
.AnyTagClassName
{
color: #00BBFC;
}
</style>
background-color css
<style>
a { background-color: #00BBFC; }
a { background-color: rgb(0,187,252); }
div.DivClassName
{
background-color: #00BBFC;
}
.BgClassName
{
background-color: #00BBFC;
}
</style>
border-color css
<style>
span { border-color: #00BBFC; }
span { border-color: rgb(0,187,252); }
td.TdClassName
{
border-color: #00BBFC;
}
.TagClassName
{
border-color: #00BBFC;
}
</style>