Shades of Deep Sky Blue #00BEFA
Tints of Deep Sky Blue #00BEFA
RGB
CMYK
RGB Variations
Color information
#00BEFA (or 0x00BEFA) is known color: Deep Sky Blue. HEX triplet: 00, BE and FA. RGB value is (0,190,250). Sum of RGB (Red+Green+Blue) = 0+190+250=440 (58% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 440); Green value is 190 (74.61% from 255 or 43.18% from 440); Blue value is 250 (98.05% from 255 or 56.82% from 440); Max value from RGB is 250 - color contains mainly: blue. Hex color #00BEFA is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #00BEFA is #FF4105. Grayscale: #8B8B8B. Windows color (decimal): -16728326 or 16432640. OLE color: 16432640.
HSL color Cylindrical-coordinate representation of color #00BEFA: hue angle of 194.4º 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 #00BEFA is Cyan = 1, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 0 | 190 | 250 | - |
| CMYK | 1 | 0.24 | 0 | 0.02 |
| HSL | 194.4º | 1% | 0.49% | - |
| HSV(B) | 194.4º | 1% | 0.98% | - |
| XYZ | 35.67 | 43.73 | 97 | - |
| YUV | 140.03 | 190.05 | 28.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 190 | 250 | 1 | 0.24 | 0 | 0.02 | 194.4 | 1 | 0.49 |
| Hex | 0 | BE | FA | 64 | 18 | 0 | 2 | C2 | 64 | 31 |
| Octal | 0 | 276 | 372 | 144 | 30 | 0 | 2 | 302 | 144 | 61 |
| Binary | 0 | 10111110 | 11111010 | 1100100 | 11000 | 0 | 10 | 11000010 | 1100100 | 110001 |
Color Harmonies of #00BEFA
Complementary color
Monochromatic Colors of #00BEFA
Black with #00BEFA
Text Example
Text Example
White with #00BEFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00BEFA; }
p { color: rgb(0,190,250); }
H1.HeaderClassName
{
color: #00BEFA;
}
.AnyTagClassName
{
color: #00BEFA;
}
</style>
background-color css
<style>
a { background-color: #00BEFA; }
a { background-color: rgb(0,190,250); }
div.DivClassName
{
background-color: #00BEFA;
}
.BgClassName
{
background-color: #00BEFA;
}
</style>
border-color css
<style>
span { border-color: #00BEFA; }
span { border-color: rgb(0,190,250); }
td.TdClassName
{
border-color: #00BEFA;
}
.TagClassName
{
border-color: #00BEFA;
}
</style>