Shades of Deep Sky Blue #00BEF3
Tints of Deep Sky Blue #00BEF3
RGB
CMYK
RGB Variations
Color information
#00BEF3 (or 0x00BEF3) is known color: Deep Sky Blue. HEX triplet: 00, BE and F3. RGB value is (0,190,243). Sum of RGB (Red+Green+Blue) = 0+190+243=433 (57% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 433); Green value is 190 (74.61% from 255 or 43.88% from 433); Blue value is 243 (95.31% from 255 or 56.12% from 433); Max value from RGB is 243 - color contains mainly: blue. Hex color #00BEF3 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #00BEF3 is #FF410C. Grayscale: #8A8A8A. Windows color (decimal): -16728333 or 15973888. OLE color: 15973888.
HSL color Cylindrical-coordinate representation of color #00BEF3: hue angle of 193.09º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00BEF3 is Cyan = 1, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 0 | 190 | 243 | - |
| CMYK | 1 | 0.22 | 0 | 0.05 |
| HSL | 193.09º | 1% | 0.48% | - |
| HSV(B) | 193.09º | 1% | 0.95% | - |
| XYZ | 34.59 | 43.3 | 91.33 | - |
| YUV | 139.23 | 186.55 | 28.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 190 | 243 | 1 | 0.22 | 0 | 0.05 | 193.09 | 1 | 0.48 |
| Hex | 0 | BE | F3 | 64 | 16 | 0 | 5 | C1 | 64 | 30 |
| Octal | 0 | 276 | 363 | 144 | 26 | 0 | 5 | 301 | 144 | 60 |
| Binary | 0 | 10111110 | 11110011 | 1100100 | 10110 | 0 | 101 | 11000001 | 1100100 | 110000 |
Color Harmonies of #00BEF3
Complementary color
Monochromatic Colors of #00BEF3
Black with #00BEF3
Text Example
Text Example
White with #00BEF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00BEF3; }
p { color: rgb(0,190,243); }
H1.HeaderClassName
{
color: #00BEF3;
}
.AnyTagClassName
{
color: #00BEF3;
}
</style>
background-color css
<style>
a { background-color: #00BEF3; }
a { background-color: rgb(0,190,243); }
div.DivClassName
{
background-color: #00BEF3;
}
.BgClassName
{
background-color: #00BEF3;
}
</style>
border-color css
<style>
span { border-color: #00BEF3; }
span { border-color: rgb(0,190,243); }
td.TdClassName
{
border-color: #00BEF3;
}
.TagClassName
{
border-color: #00BEF3;
}
</style>