Shades of Aqua #0BFDFE
Tints of Aqua #0BFDFE
RGB
CMYK
RGB Variations
Color information
#0BFDFE (or 0x0BFDFE) is known color: Aqua. HEX triplet: 0B, FD and FE. RGB value is (11,253,254). Sum of RGB (Red+Green+Blue) = 11+253+254=518 (68% of max value = 765). Red value is 11 (4.69% from 255 or 2.12% from 518); Green value is 253 (99.22% from 255 or 48.84% from 518); Blue value is 254 (99.61% from 255 or 49.03% from 518); Max value from RGB is 254 - color contains mainly: blue. Hex color #0BFDFE is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #0BFDFE is #F40201. Grayscale: #B4B4B4. Windows color (decimal): -15991298 or 16710923. OLE color: 16710923.
HSL color Cylindrical-coordinate representation of color #0BFDFE: hue angle of 180.25º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0BFDFE is Cyan = 0.96, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 11 | 253 | 254 | - |
| CMYK | 0.96 | 0.00 | 0 | 0.00 |
| HSL | 180.25º | 0.99% | 0.52% | - |
| HSV(B) | 180.25º | 0.96% | 1% | - |
| XYZ | 53.15 | 77.48 | 105.92 | - |
| YUV | 180.76 | 169.33 | 6.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 253 | 254 | 0.96 | 0.00 | 0 | 0.00 | 180.25 | 0.99 | 0.52 |
| Hex | B | FD | FE | 60 | 0 | 0 | 0 | B4 | 63 | 34 |
| Octal | 13 | 375 | 376 | 140 | 0 | 0 | 0 | 264 | 143 | 64 |
| Binary | 1011 | 11111101 | 11111110 | 1100000 | 0 | 0 | 0 | 10110100 | 1100011 | 110100 |
Color Harmonies of #0BFDFE
Complementary color
Monochromatic Colors of #0BFDFE
Black with #0BFDFE
Text Example
Text Example
White with #0BFDFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BFDFE; }
p { color: rgb(11,253,254); }
H1.HeaderClassName
{
color: #0BFDFE;
}
.AnyTagClassName
{
color: #0BFDFE;
}
</style>
background-color css
<style>
a { background-color: #0BFDFE; }
a { background-color: rgb(11,253,254); }
div.DivClassName
{
background-color: #0BFDFE;
}
.BgClassName
{
background-color: #0BFDFE;
}
</style>
border-color css
<style>
span { border-color: #0BFDFE; }
span { border-color: rgb(11,253,254); }
td.TdClassName
{
border-color: #0BFDFE;
}
.TagClassName
{
border-color: #0BFDFE;
}
</style>