Shades of Deep Sky Blue #00BCFA
Tints of Deep Sky Blue #00BCFA
RGB
CMYK
RGB Variations
Color information
#00BCFA (or 0x00BCFA) is known color: Deep Sky Blue. HEX triplet: 00, BC and FA. RGB value is (0,188,250). Sum of RGB (Red+Green+Blue) = 0+188+250=438 (58% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 438); Green value is 188 (73.83% from 255 or 42.92% from 438); Blue value is 250 (98.05% from 255 or 57.08% from 438); Max value from RGB is 250 - color contains mainly: blue. Hex color #00BCFA is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #00BCFA is #FF4305. Grayscale: #8A8A8A. Windows color (decimal): -16728838 or 16432128. OLE color: 16432128.
HSL color Cylindrical-coordinate representation of color #00BCFA: hue angle of 194.88º 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 #00BCFA is Cyan = 1, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 0 | 188 | 250 | - |
| CMYK | 1 | 0.25 | 0 | 0.02 |
| HSL | 194.88º | 1% | 0.49% | - |
| HSV(B) | 194.88º | 1% | 0.98% | - |
| XYZ | 35.24 | 42.87 | 96.86 | - |
| YUV | 138.86 | 190.72 | 28.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 188 | 250 | 1 | 0.25 | 0 | 0.02 | 194.88 | 1 | 0.49 |
| Hex | 0 | BC | FA | 64 | 19 | 0 | 2 | C3 | 64 | 31 |
| Octal | 0 | 274 | 372 | 144 | 31 | 0 | 2 | 303 | 144 | 61 |
| Binary | 0 | 10111100 | 11111010 | 1100100 | 11001 | 0 | 10 | 11000011 | 1100100 | 110001 |
Color Harmonies of #00BCFA
Complementary color
Monochromatic Colors of #00BCFA
Black with #00BCFA
Text Example
Text Example
White with #00BCFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00BCFA; }
p { color: rgb(0,188,250); }
H1.HeaderClassName
{
color: #00BCFA;
}
.AnyTagClassName
{
color: #00BCFA;
}
</style>
background-color css
<style>
a { background-color: #00BCFA; }
a { background-color: rgb(0,188,250); }
div.DivClassName
{
background-color: #00BCFA;
}
.BgClassName
{
background-color: #00BCFA;
}
</style>
border-color css
<style>
span { border-color: #00BCFA; }
span { border-color: rgb(0,188,250); }
td.TdClassName
{
border-color: #00BCFA;
}
.TagClassName
{
border-color: #00BCFA;
}
</style>