Shades of Aqua #0BEFFD
Tints of Aqua #0BEFFD
RGB
CMYK
RGB Variations
Color information
#0BEFFD (or 0x0BEFFD) is known color: Aqua. HEX triplet: 0B, EF and FD. RGB value is (11,239,253). Sum of RGB (Red+Green+Blue) = 11+239+253=503 (66% of max value = 765). Red value is 11 (4.69% from 255 or 2.19% from 503); Green value is 239 (93.75% from 255 or 47.51% from 503); Blue value is 253 (99.22% from 255 or 50.30% from 503); Max value from RGB is 253 - color contains mainly: blue. Hex color #0BEFFD is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #0BEFFD is #F41002. Grayscale: #ACACAC. Windows color (decimal): -15994883 or 16641803. OLE color: 16641803.
HSL color Cylindrical-coordinate representation of color #0BEFFD: hue angle of 183.47º 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 #0BEFFD is Cyan = 0.96, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 11 | 239 | 253 | - |
| CMYK | 0.96 | 0.06 | 0 | 0.01 |
| HSL | 183.47º | 0.98% | 0.52% | - |
| HSV(B) | 183.47º | 0.96% | 0.99% | - |
| XYZ | 48.73 | 68.9 | 103.66 | - |
| YUV | 172.42 | 173.46 | 12.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 239 | 253 | 0.96 | 0.06 | 0 | 0.01 | 183.47 | 0.98 | 0.52 |
| Hex | B | EF | FD | 60 | 6 | 0 | 1 | B7 | 62 | 34 |
| Octal | 13 | 357 | 375 | 140 | 6 | 0 | 1 | 267 | 142 | 64 |
| Binary | 1011 | 11101111 | 11111101 | 1100000 | 110 | 0 | 1 | 10110111 | 1100010 | 110100 |
Color Harmonies of #0BEFFD
Complementary color
Monochromatic Colors of #0BEFFD
Black with #0BEFFD
Text Example
Text Example
White with #0BEFFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BEFFD; }
p { color: rgb(11,239,253); }
H1.HeaderClassName
{
color: #0BEFFD;
}
.AnyTagClassName
{
color: #0BEFFD;
}
</style>
background-color css
<style>
a { background-color: #0BEFFD; }
a { background-color: rgb(11,239,253); }
div.DivClassName
{
background-color: #0BEFFD;
}
.BgClassName
{
background-color: #0BEFFD;
}
</style>
border-color css
<style>
span { border-color: #0BEFFD; }
span { border-color: rgb(11,239,253); }
td.TdClassName
{
border-color: #0BEFFD;
}
.TagClassName
{
border-color: #0BEFFD;
}
</style>