Shades of Deep Sky Blue #00BCFF
Tints of Deep Sky Blue #00BCFF
RGB
CMYK
RGB Variations
Color information
#00BCFF (or 0x00BCFF) is known color: Deep Sky Blue. HEX triplet: 00, BC and FF. RGB value is (0,188,255). Sum of RGB (Red+Green+Blue) = 0+188+255=443 (58% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 443); Green value is 188 (73.83% from 255 or 42.44% from 443); Blue value is 255 (100% from 255 or 57.56% from 443); Max value from RGB is 255 - color contains mainly: blue. Hex color #00BCFF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #00BCFF is #FF4300. Grayscale: #8A8A8A. Windows color (decimal): -16728833 or 16759808. OLE color: 16759808.
HSL color Cylindrical-coordinate representation of color #00BCFF: hue angle of 195.76º 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 #00BCFF is Cyan = 1, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 0 | 188 | 255 | - |
| CMYK | 1 | 0.26 | 0 | 0 |
| HSL | 195.76º | 1% | 0.5% | - |
| HSV(B) | 195.76º | 1% | 1% | - |
| XYZ | 36.03 | 43.19 | 101.04 | - |
| YUV | 139.43 | 193.22 | 28.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 188 | 255 | 1 | 0.26 | 0 | 0 | 195.76 | 1 | 0.5 |
| Hex | 0 | BC | FF | 64 | 1A | 0 | 0 | C4 | 64 | 32 |
| Octal | 0 | 274 | 377 | 144 | 32 | 0 | 0 | 304 | 144 | 62 |
| Binary | 0 | 10111100 | 11111111 | 1100100 | 11010 | 0 | 0 | 11000100 | 1100100 | 110010 |
Color Harmonies of #00BCFF
Complementary color
Monochromatic Colors of #00BCFF
Black with #00BCFF
Text Example
Text Example
White with #00BCFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00BCFF; }
p { color: rgb(0,188,255); }
H1.HeaderClassName
{
color: #00BCFF;
}
.AnyTagClassName
{
color: #00BCFF;
}
</style>
background-color css
<style>
a { background-color: #00BCFF; }
a { background-color: rgb(0,188,255); }
div.DivClassName
{
background-color: #00BCFF;
}
.BgClassName
{
background-color: #00BCFF;
}
</style>
border-color css
<style>
span { border-color: #00BCFF; }
span { border-color: rgb(0,188,255); }
td.TdClassName
{
border-color: #00BCFF;
}
.TagClassName
{
border-color: #00BCFF;
}
</style>