Shades of Deep Sky Blue #00BFEC
Tints of Deep Sky Blue #00BFEC
RGB
CMYK
RGB Variations
Color information
#00BFEC (or 0x00BFEC) is known color: Deep Sky Blue. HEX triplet: 00, BF and EC. RGB value is (0,191,236). Sum of RGB (Red+Green+Blue) = 0+191+236=427 (56% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 427); Green value is 191 (75% from 255 or 44.73% from 427); Blue value is 236 (92.58% from 255 or 55.27% from 427); Max value from RGB is 236 - color contains mainly: blue. Hex color #00BFEC is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #00BFEC is #FF4013. Grayscale: #8A8A8A. Windows color (decimal): -16728084 or 15515392. OLE color: 15515392.
HSL color Cylindrical-coordinate representation of color #00BFEC: hue angle of 191.44º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00BFEC is Cyan = 1, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 0 | 191 | 236 | - |
| CMYK | 1 | 0.19 | 0 | 0.07 |
| HSL | 191.44º | 1% | 0.46% | - |
| HSV(B) | 191.44º | 1% | 0.93% | - |
| XYZ | 33.77 | 43.32 | 85.94 | - |
| YUV | 139.02 | 182.72 | 28.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 191 | 236 | 1 | 0.19 | 0 | 0.07 | 191.44 | 1 | 0.46 |
| Hex | 0 | BF | EC | 64 | 13 | 0 | 7 | BF | 64 | 2E |
| Octal | 0 | 277 | 354 | 144 | 23 | 0 | 7 | 277 | 144 | 56 |
| Binary | 0 | 10111111 | 11101100 | 1100100 | 10011 | 0 | 111 | 10111111 | 1100100 | 101110 |
Color Harmonies of #00BFEC
Complementary color
Monochromatic Colors of #00BFEC
Black with #00BFEC
Text Example
Text Example
White with #00BFEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00BFEC; }
p { color: rgb(0,191,236); }
H1.HeaderClassName
{
color: #00BFEC;
}
.AnyTagClassName
{
color: #00BFEC;
}
</style>
background-color css
<style>
a { background-color: #00BFEC; }
a { background-color: rgb(0,191,236); }
div.DivClassName
{
background-color: #00BFEC;
}
.BgClassName
{
background-color: #00BFEC;
}
</style>
border-color css
<style>
span { border-color: #00BFEC; }
span { border-color: rgb(0,191,236); }
td.TdClassName
{
border-color: #00BFEC;
}
.TagClassName
{
border-color: #00BFEC;
}
</style>