Shades of Deep Sky Blue #00BEFB
Tints of Deep Sky Blue #00BEFB
RGB
CMYK
RGB Variations
Color information
#00BEFB (or 0x00BEFB) is known color: Deep Sky Blue. HEX triplet: 00, BE and FB. RGB value is (0,190,251). Sum of RGB (Red+Green+Blue) = 0+190+251=441 (58% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 441); Green value is 190 (74.61% from 255 or 43.08% from 441); Blue value is 251 (98.44% from 255 or 56.92% from 441); Max value from RGB is 251 - color contains mainly: blue. Hex color #00BEFB is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #00BEFB is #FF4104. Grayscale: #8B8B8B. Windows color (decimal): -16728325 or 16498176. OLE color: 16498176.
HSL color Cylindrical-coordinate representation of color #00BEFB: hue angle of 194.58º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00BEFB is Cyan = 1, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 0 | 190 | 251 | - |
| CMYK | 1 | 0.24 | 0 | 0.02 |
| HSL | 194.58º | 1% | 0.49% | - |
| HSV(B) | 194.58º | 1% | 0.98% | - |
| XYZ | 35.83 | 43.79 | 97.83 | - |
| YUV | 140.14 | 190.55 | 28.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 190 | 251 | 1 | 0.24 | 0 | 0.02 | 194.58 | 1 | 0.49 |
| Hex | 0 | BE | FB | 64 | 18 | 0 | 2 | C3 | 64 | 31 |
| Octal | 0 | 276 | 373 | 144 | 30 | 0 | 2 | 303 | 144 | 61 |
| Binary | 0 | 10111110 | 11111011 | 1100100 | 11000 | 0 | 10 | 11000011 | 1100100 | 110001 |
Color Harmonies of #00BEFB
Complementary color
Monochromatic Colors of #00BEFB
Black with #00BEFB
Text Example
Text Example
White with #00BEFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00BEFB; }
p { color: rgb(0,190,251); }
H1.HeaderClassName
{
color: #00BEFB;
}
.AnyTagClassName
{
color: #00BEFB;
}
</style>
background-color css
<style>
a { background-color: #00BEFB; }
a { background-color: rgb(0,190,251); }
div.DivClassName
{
background-color: #00BEFB;
}
.BgClassName
{
background-color: #00BEFB;
}
</style>
border-color css
<style>
span { border-color: #00BEFB; }
span { border-color: rgb(0,190,251); }
td.TdClassName
{
border-color: #00BEFB;
}
.TagClassName
{
border-color: #00BEFB;
}
</style>