Shades of Aqua #0BE8FD
Tints of Aqua #0BE8FD
RGB
CMYK
RGB Variations
Color information
#0BE8FD (or 0x0BE8FD) is known color: Aqua. HEX triplet: 0B, E8 and FD. RGB value is (11,232,253). Sum of RGB (Red+Green+Blue) = 11+232+253=496 (65% of max value = 765). Red value is 11 (4.69% from 255 or 2.22% from 496); Green value is 232 (91.02% from 255 or 46.77% from 496); Blue value is 253 (99.22% from 255 or 51.01% from 496); Max value from RGB is 253 - color contains mainly: blue. Hex color #0BE8FD is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #0BE8FD is #F41702. Grayscale: #A8A8A8. Windows color (decimal): -15996675 or 16640011. OLE color: 16640011.
HSL color Cylindrical-coordinate representation of color #0BE8FD: hue angle of 185.21º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0BE8FD is Cyan = 0.96, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 11 | 232 | 253 | - |
| CMYK | 0.96 | 0.08 | 0 | 0.01 |
| HSL | 185.21º | 0.98% | 0.52% | - |
| HSV(B) | 185.21º | 0.96% | 0.99% | - |
| XYZ | 46.72 | 64.88 | 102.99 | - |
| YUV | 168.32 | 175.78 | 15.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 232 | 253 | 0.96 | 0.08 | 0 | 0.01 | 185.21 | 0.98 | 0.52 |
| Hex | B | E8 | FD | 60 | 8 | 0 | 1 | B9 | 62 | 34 |
| Octal | 13 | 350 | 375 | 140 | 10 | 0 | 1 | 271 | 142 | 64 |
| Binary | 1011 | 11101000 | 11111101 | 1100000 | 1000 | 0 | 1 | 10111001 | 1100010 | 110100 |
Color Harmonies of #0BE8FD
Complementary color
Monochromatic Colors of #0BE8FD
Black with #0BE8FD
Text Example
Text Example
White with #0BE8FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BE8FD; }
p { color: rgb(11,232,253); }
H1.HeaderClassName
{
color: #0BE8FD;
}
.AnyTagClassName
{
color: #0BE8FD;
}
</style>
background-color css
<style>
a { background-color: #0BE8FD; }
a { background-color: rgb(11,232,253); }
div.DivClassName
{
background-color: #0BE8FD;
}
.BgClassName
{
background-color: #0BE8FD;
}
</style>
border-color css
<style>
span { border-color: #0BE8FD; }
span { border-color: rgb(11,232,253); }
td.TdClassName
{
border-color: #0BE8FD;
}
.TagClassName
{
border-color: #0BE8FD;
}
</style>