Shades of Deep Sky Blue #00BCFE
Tints of Deep Sky Blue #00BCFE
RGB
CMYK
RGB Variations
Color information
#00BCFE (or 0x00BCFE) is known color: Deep Sky Blue. HEX triplet: 00, BC and FE. RGB value is (0,188,254). Sum of RGB (Red+Green+Blue) = 0+188+254=442 (58% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 442); Green value is 188 (73.83% from 255 or 42.53% from 442); Blue value is 254 (99.61% from 255 or 57.47% from 442); Max value from RGB is 254 - color contains mainly: blue. Hex color #00BCFE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #00BCFE is #FF4301. Grayscale: #8A8A8A. Windows color (decimal): -16728834 or 16694272. OLE color: 16694272.
HSL color Cylindrical-coordinate representation of color #00BCFE: hue angle of 195.59º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00BCFE is Cyan = 1, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 0 | 188 | 254 | - |
| CMYK | 1 | 0.26 | 0 | 0.00 |
| HSL | 195.59º | 1% | 0.5% | - |
| HSV(B) | 195.59º | 1% | 1% | - |
| XYZ | 35.87 | 43.12 | 100.2 | - |
| YUV | 139.31 | 192.72 | 28.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 188 | 254 | 1 | 0.26 | 0 | 0.00 | 195.59 | 1 | 0.5 |
| Hex | 0 | BC | FE | 64 | 1A | 0 | 0 | C4 | 64 | 32 |
| Octal | 0 | 274 | 376 | 144 | 32 | 0 | 0 | 304 | 144 | 62 |
| Binary | 0 | 10111100 | 11111110 | 1100100 | 11010 | 0 | 0 | 11000100 | 1100100 | 110010 |
Color Harmonies of #00BCFE
Complementary color
Monochromatic Colors of #00BCFE
Black with #00BCFE
Text Example
Text Example
White with #00BCFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00BCFE; }
p { color: rgb(0,188,254); }
H1.HeaderClassName
{
color: #00BCFE;
}
.AnyTagClassName
{
color: #00BCFE;
}
</style>
background-color css
<style>
a { background-color: #00BCFE; }
a { background-color: rgb(0,188,254); }
div.DivClassName
{
background-color: #00BCFE;
}
.BgClassName
{
background-color: #00BCFE;
}
</style>
border-color css
<style>
span { border-color: #00BCFE; }
span { border-color: rgb(0,188,254); }
td.TdClassName
{
border-color: #00BCFE;
}
.TagClassName
{
border-color: #00BCFE;
}
</style>