Shades of Deep Sky Blue #00BCFC
Tints of Deep Sky Blue #00BCFC
RGB
CMYK
RGB Variations
Color information
#00BCFC (or 0x00BCFC) is known color: Deep Sky Blue. HEX triplet: 00, BC and FC. RGB value is (0,188,252). Sum of RGB (Red+Green+Blue) = 0+188+252=440 (58% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 440); Green value is 188 (73.83% from 255 or 42.73% from 440); Blue value is 252 (98.83% from 255 or 57.27% from 440); Max value from RGB is 252 - color contains mainly: blue. Hex color #00BCFC is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #00BCFC is #FF4303. Grayscale: #8A8A8A. Windows color (decimal): -16728836 or 16563200. OLE color: 16563200.
HSL color Cylindrical-coordinate representation of color #00BCFC: hue angle of 195.24º 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 #00BCFC is Cyan = 1, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 0 | 188 | 252 | - |
| CMYK | 1 | 0.25 | 0 | 0.01 |
| HSL | 195.24º | 1% | 0.49% | - |
| HSV(B) | 195.24º | 1% | 0.99% | - |
| XYZ | 35.55 | 42.99 | 98.52 | - |
| YUV | 139.08 | 191.72 | 28.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 188 | 252 | 1 | 0.25 | 0 | 0.01 | 195.24 | 1 | 0.49 |
| Hex | 0 | BC | FC | 64 | 19 | 0 | 1 | C3 | 64 | 31 |
| Octal | 0 | 274 | 374 | 144 | 31 | 0 | 1 | 303 | 144 | 61 |
| Binary | 0 | 10111100 | 11111100 | 1100100 | 11001 | 0 | 1 | 11000011 | 1100100 | 110001 |
Color Harmonies of #00BCFC
Complementary color
Monochromatic Colors of #00BCFC
Black with #00BCFC
Text Example
Text Example
White with #00BCFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00BCFC; }
p { color: rgb(0,188,252); }
H1.HeaderClassName
{
color: #00BCFC;
}
.AnyTagClassName
{
color: #00BCFC;
}
</style>
background-color css
<style>
a { background-color: #00BCFC; }
a { background-color: rgb(0,188,252); }
div.DivClassName
{
background-color: #00BCFC;
}
.BgClassName
{
background-color: #00BCFC;
}
</style>
border-color css
<style>
span { border-color: #00BCFC; }
span { border-color: rgb(0,188,252); }
td.TdClassName
{
border-color: #00BCFC;
}
.TagClassName
{
border-color: #00BCFC;
}
</style>