Shades of Aqua #0BFDEE
Tints of Aqua #0BFDEE
RGB
CMYK
RGB Variations
Color information
#0BFDEE (or 0x0BFDEE) is known color: Aqua. HEX triplet: 0B, FD and EE. RGB value is (11,253,238). Sum of RGB (Red+Green+Blue) = 11+253+238=502 (66% of max value = 765). Red value is 11 (4.69% from 255 or 2.19% from 502); Green value is 253 (99.22% from 255 or 50.40% from 502); Blue value is 238 (93.36% from 255 or 47.41% from 502); Max value from RGB is 253 - color contains mainly: green. Hex color #0BFDEE is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #0BFDEE is #F40211. Grayscale: #B2B2B2. Windows color (decimal): -15991314 or 15662347. OLE color: 15662347.
HSL color Cylindrical-coordinate representation of color #0BFDEE: hue angle of 176.28º 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 #0BFDEE is Cyan = 0.96, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 11 | 253 | 238 | - |
| CMYK | 0.96 | 0 | 0.06 | 0.01 |
| HSL | 176.28º | 0.98% | 0.52% | - |
| HSV(B) | 176.28º | 0.96% | 0.99% | - |
| XYZ | 50.7 | 76.49 | 92.98 | - |
| YUV | 178.93 | 161.33 | 8.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 253 | 238 | 0.96 | 0 | 0.06 | 0.01 | 176.28 | 0.98 | 0.52 |
| Hex | B | FD | EE | 60 | 0 | 6 | 1 | B0 | 62 | 34 |
| Octal | 13 | 375 | 356 | 140 | 0 | 6 | 1 | 260 | 142 | 64 |
| Binary | 1011 | 11111101 | 11101110 | 1100000 | 0 | 110 | 1 | 10110000 | 1100010 | 110100 |
Color Harmonies of #0BFDEE
Complementary color
Monochromatic Colors of #0BFDEE
Black with #0BFDEE
Text Example
Text Example
White with #0BFDEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BFDEE; }
p { color: rgb(11,253,238); }
H1.HeaderClassName
{
color: #0BFDEE;
}
.AnyTagClassName
{
color: #0BFDEE;
}
</style>
background-color css
<style>
a { background-color: #0BFDEE; }
a { background-color: rgb(11,253,238); }
div.DivClassName
{
background-color: #0BFDEE;
}
.BgClassName
{
background-color: #0BFDEE;
}
</style>
border-color css
<style>
span { border-color: #0BFDEE; }
span { border-color: rgb(11,253,238); }
td.TdClassName
{
border-color: #0BFDEE;
}
.TagClassName
{
border-color: #0BFDEE;
}
</style>