Shades of Deep Sky Blue #00BFEF
Tints of Deep Sky Blue #00BFEF
RGB
CMYK
RGB Variations
Color information
#00BFEF (or 0x00BFEF) is known color: Deep Sky Blue. HEX triplet: 00, BF and EF. RGB value is (0,191,239). Sum of RGB (Red+Green+Blue) = 0+191+239=430 (56% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 430); Green value is 191 (75% from 255 or 44.42% from 430); Blue value is 239 (93.75% from 255 or 55.58% from 430); Max value from RGB is 239 - color contains mainly: blue. Hex color #00BFEF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #00BFEF is #FF4010. Grayscale: #8A8A8A. Windows color (decimal): -16728081 or 15712000. OLE color: 15712000.
HSL color Cylindrical-coordinate representation of color #00BFEF: hue angle of 192.05º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00BFEF is Cyan = 1, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 0 | 191 | 239 | - |
| CMYK | 1 | 0.20 | 0 | 0.06 |
| HSL | 192.05º | 1% | 0.47% | - |
| HSV(B) | 192.05º | 1% | 0.94% | - |
| XYZ | 34.21 | 43.49 | 88.25 | - |
| YUV | 139.36 | 184.22 | 28.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 191 | 239 | 1 | 0.20 | 0 | 0.06 | 192.05 | 1 | 0.47 |
| Hex | 0 | BF | EF | 64 | 14 | 0 | 6 | C0 | 64 | 2F |
| Octal | 0 | 277 | 357 | 144 | 24 | 0 | 6 | 300 | 144 | 57 |
| Binary | 0 | 10111111 | 11101111 | 1100100 | 10100 | 0 | 110 | 11000000 | 1100100 | 101111 |
Color Harmonies of #00BFEF
Complementary color
Monochromatic Colors of #00BFEF
Black with #00BFEF
Text Example
Text Example
White with #00BFEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00BFEF; }
p { color: rgb(0,191,239); }
H1.HeaderClassName
{
color: #00BFEF;
}
.AnyTagClassName
{
color: #00BFEF;
}
</style>
background-color css
<style>
a { background-color: #00BFEF; }
a { background-color: rgb(0,191,239); }
div.DivClassName
{
background-color: #00BFEF;
}
.BgClassName
{
background-color: #00BFEF;
}
</style>
border-color css
<style>
span { border-color: #00BFEF; }
span { border-color: rgb(0,191,239); }
td.TdClassName
{
border-color: #00BFEF;
}
.TagClassName
{
border-color: #00BFEF;
}
</style>