Shades of Deep Sky Blue #00BBFB
Tints of Deep Sky Blue #00BBFB
RGB
CMYK
RGB Variations
Color information
#00BBFB (or 0x00BBFB) is known color: Deep Sky Blue. HEX triplet: 00, BB and FB. RGB value is (0,187,251). Sum of RGB (Red+Green+Blue) = 0+187+251=438 (58% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 438); Green value is 187 (73.44% from 255 or 42.69% from 438); Blue value is 251 (98.44% from 255 or 57.31% from 438); Max value from RGB is 251 - color contains mainly: blue. Hex color #00BBFB is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #00BBFB is #FF4404. Grayscale: #898989. Windows color (decimal): -16729093 or 16497408. OLE color: 16497408.
HSL color Cylindrical-coordinate representation of color #00BBFB: hue angle of 195.3º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00BBFB is Cyan = 1, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 0 | 187 | 251 | - |
| CMYK | 1 | 0.25 | 0 | 0.02 |
| HSL | 195.3º | 1% | 0.49% | - |
| HSV(B) | 195.3º | 1% | 0.98% | - |
| XYZ | 35.18 | 42.51 | 97.62 | - |
| YUV | 138.38 | 191.55 | 29.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 187 | 251 | 1 | 0.25 | 0 | 0.02 | 195.3 | 1 | 0.49 |
| Hex | 0 | BB | FB | 64 | 19 | 0 | 2 | C3 | 64 | 31 |
| Octal | 0 | 273 | 373 | 144 | 31 | 0 | 2 | 303 | 144 | 61 |
| Binary | 0 | 10111011 | 11111011 | 1100100 | 11001 | 0 | 10 | 11000011 | 1100100 | 110001 |
Color Harmonies of #00BBFB
Complementary color
Monochromatic Colors of #00BBFB
Black with #00BBFB
Text Example
Text Example
White with #00BBFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00BBFB; }
p { color: rgb(0,187,251); }
H1.HeaderClassName
{
color: #00BBFB;
}
.AnyTagClassName
{
color: #00BBFB;
}
</style>
background-color css
<style>
a { background-color: #00BBFB; }
a { background-color: rgb(0,187,251); }
div.DivClassName
{
background-color: #00BBFB;
}
.BgClassName
{
background-color: #00BBFB;
}
</style>
border-color css
<style>
span { border-color: #00BBFB; }
span { border-color: rgb(0,187,251); }
td.TdClassName
{
border-color: #00BBFB;
}
.TagClassName
{
border-color: #00BBFB;
}
</style>