Shades of Deep Sky Blue #00BCFB
Tints of Deep Sky Blue #00BCFB
RGB
CMYK
RGB Variations
Color information
#00BCFB (or 0x00BCFB) is known color: Deep Sky Blue. HEX triplet: 00, BC and FB. RGB value is (0,188,251). Sum of RGB (Red+Green+Blue) = 0+188+251=439 (58% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 439); Green value is 188 (73.83% from 255 or 42.82% from 439); Blue value is 251 (98.44% from 255 or 57.18% from 439); Max value from RGB is 251 - color contains mainly: blue. Hex color #00BCFB is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #00BCFB is #FF4304. Grayscale: #8A8A8A. Windows color (decimal): -16728837 or 16497664. OLE color: 16497664.
HSL color Cylindrical-coordinate representation of color #00BCFB: hue angle of 195.06º 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 #00BCFB is Cyan = 1, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 0 | 188 | 251 | - |
| CMYK | 1 | 0.25 | 0 | 0.02 |
| HSL | 195.06º | 1% | 0.49% | - |
| HSV(B) | 195.06º | 1% | 0.98% | - |
| XYZ | 35.4 | 42.93 | 97.69 | - |
| YUV | 138.97 | 191.22 | 28.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 188 | 251 | 1 | 0.25 | 0 | 0.02 | 195.06 | 1 | 0.49 |
| Hex | 0 | BC | FB | 64 | 19 | 0 | 2 | C3 | 64 | 31 |
| Octal | 0 | 274 | 373 | 144 | 31 | 0 | 2 | 303 | 144 | 61 |
| Binary | 0 | 10111100 | 11111011 | 1100100 | 11001 | 0 | 10 | 11000011 | 1100100 | 110001 |
Color Harmonies of #00BCFB
Complementary color
Monochromatic Colors of #00BCFB
Black with #00BCFB
Text Example
Text Example
White with #00BCFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00BCFB; }
p { color: rgb(0,188,251); }
H1.HeaderClassName
{
color: #00BCFB;
}
.AnyTagClassName
{
color: #00BCFB;
}
</style>
background-color css
<style>
a { background-color: #00BCFB; }
a { background-color: rgb(0,188,251); }
div.DivClassName
{
background-color: #00BCFB;
}
.BgClassName
{
background-color: #00BCFB;
}
</style>
border-color css
<style>
span { border-color: #00BCFB; }
span { border-color: rgb(0,188,251); }
td.TdClassName
{
border-color: #00BCFB;
}
.TagClassName
{
border-color: #00BCFB;
}
</style>