Shades of Deep Sky Blue #00BFEB
Tints of Deep Sky Blue #00BFEB
RGB
CMYK
RGB Variations
Color information
#00BFEB (or 0x00BFEB) is known color: Deep Sky Blue. HEX triplet: 00, BF and EB. RGB value is (0,191,235). Sum of RGB (Red+Green+Blue) = 0+191+235=426 (56% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 426); Green value is 191 (75% from 255 or 44.84% from 426); Blue value is 235 (92.19% from 255 or 55.16% from 426); Max value from RGB is 235 - color contains mainly: blue. Hex color #00BFEB is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #00BFEB is #FF4014. Grayscale: #8A8A8A. Windows color (decimal): -16728085 or 15449856. OLE color: 15449856.
HSL color Cylindrical-coordinate representation of color #00BFEB: hue angle of 191.23º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00BFEB is Cyan = 1, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 0 | 191 | 235 | - |
| CMYK | 1 | 0.19 | 0 | 0.08 |
| HSL | 191.23º | 1% | 0.46% | - |
| HSV(B) | 191.23º | 1% | 0.92% | - |
| XYZ | 33.63 | 43.26 | 85.17 | - |
| YUV | 138.91 | 182.22 | 28.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 191 | 235 | 1 | 0.19 | 0 | 0.08 | 191.23 | 1 | 0.46 |
| Hex | 0 | BF | EB | 64 | 13 | 0 | 8 | BF | 64 | 2E |
| Octal | 0 | 277 | 353 | 144 | 23 | 0 | 10 | 277 | 144 | 56 |
| Binary | 0 | 10111111 | 11101011 | 1100100 | 10011 | 0 | 1000 | 10111111 | 1100100 | 101110 |
Color Harmonies of #00BFEB
Complementary color
Monochromatic Colors of #00BFEB
Black with #00BFEB
Text Example
Text Example
White with #00BFEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00BFEB; }
p { color: rgb(0,191,235); }
H1.HeaderClassName
{
color: #00BFEB;
}
.AnyTagClassName
{
color: #00BFEB;
}
</style>
background-color css
<style>
a { background-color: #00BFEB; }
a { background-color: rgb(0,191,235); }
div.DivClassName
{
background-color: #00BFEB;
}
.BgClassName
{
background-color: #00BFEB;
}
</style>
border-color css
<style>
span { border-color: #00BFEB; }
span { border-color: rgb(0,191,235); }
td.TdClassName
{
border-color: #00BFEB;
}
.TagClassName
{
border-color: #00BFEB;
}
</style>