Shades of Aqua #0BEBFD
Tints of Aqua #0BEBFD
RGB
CMYK
RGB Variations
Color information
#0BEBFD (or 0x0BEBFD) is known color: Aqua. HEX triplet: 0B, EB and FD. RGB value is (11,235,253). Sum of RGB (Red+Green+Blue) = 11+235+253=499 (66% of max value = 765). Red value is 11 (4.69% from 255 or 2.20% from 499); Green value is 235 (92.19% from 255 or 47.09% from 499); Blue value is 253 (99.22% from 255 or 50.70% from 499); Max value from RGB is 253 - color contains mainly: blue. Hex color #0BEBFD is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #0BEBFD is #F41402. Grayscale: #A9A9A9. Windows color (decimal): -15995907 or 16640779. OLE color: 16640779.
HSL color Cylindrical-coordinate representation of color #0BEBFD: hue angle of 184.46º 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 #0BEBFD is Cyan = 0.96, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 11 | 235 | 253 | - |
| CMYK | 0.96 | 0.07 | 0 | 0.01 |
| HSL | 184.46º | 0.98% | 0.52% | - |
| HSV(B) | 184.46º | 0.96% | 0.99% | - |
| XYZ | 47.58 | 66.58 | 103.27 | - |
| YUV | 170.08 | 174.79 | 14.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 235 | 253 | 0.96 | 0.07 | 0 | 0.01 | 184.46 | 0.98 | 0.52 |
| Hex | B | EB | FD | 60 | 7 | 0 | 1 | B8 | 62 | 34 |
| Octal | 13 | 353 | 375 | 140 | 7 | 0 | 1 | 270 | 142 | 64 |
| Binary | 1011 | 11101011 | 11111101 | 1100000 | 111 | 0 | 1 | 10111000 | 1100010 | 110100 |
Color Harmonies of #0BEBFD
Complementary color
Monochromatic Colors of #0BEBFD
Black with #0BEBFD
Text Example
Text Example
White with #0BEBFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BEBFD; }
p { color: rgb(11,235,253); }
H1.HeaderClassName
{
color: #0BEBFD;
}
.AnyTagClassName
{
color: #0BEBFD;
}
</style>
background-color css
<style>
a { background-color: #0BEBFD; }
a { background-color: rgb(11,235,253); }
div.DivClassName
{
background-color: #0BEBFD;
}
.BgClassName
{
background-color: #0BEBFD;
}
</style>
border-color css
<style>
span { border-color: #0BEBFD; }
span { border-color: rgb(11,235,253); }
td.TdClassName
{
border-color: #0BEBFD;
}
.TagClassName
{
border-color: #0BEBFD;
}
</style>