Shades of Aqua #0BFAFD
Tints of Aqua #0BFAFD
RGB
CMYK
RGB Variations
Color information
#0BFAFD (or 0x0BFAFD) is known color: Aqua. HEX triplet: 0B, FA and FD. RGB value is (11,250,253). Sum of RGB (Red+Green+Blue) = 11+250+253=514 (68% of max value = 765). Red value is 11 (4.69% from 255 or 2.14% from 514); Green value is 250 (98.05% from 255 or 48.64% from 514); Blue value is 253 (99.22% from 255 or 49.22% from 514); Max value from RGB is 253 - color contains mainly: blue. Hex color #0BFAFD is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #0BFAFD is #F40502. Grayscale: #B2B2B2. Windows color (decimal): -15992067 or 16644619. OLE color: 16644619.
HSL color Cylindrical-coordinate representation of color #0BFAFD: hue angle of 180.74º 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 #0BFAFD is Cyan = 0.96, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 11 | 250 | 253 | - |
| CMYK | 0.96 | 0.01 | 0 | 0.01 |
| HSL | 180.74º | 0.98% | 0.52% | - |
| HSV(B) | 180.74º | 0.96% | 0.99% | - |
| XYZ | 52.05 | 75.53 | 104.76 | - |
| YUV | 178.88 | 169.82 | 8.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 250 | 253 | 0.96 | 0.01 | 0 | 0.01 | 180.74 | 0.98 | 0.52 |
| Hex | B | FA | FD | 60 | 1 | 0 | 1 | B5 | 62 | 34 |
| Octal | 13 | 372 | 375 | 140 | 1 | 0 | 1 | 265 | 142 | 64 |
| Binary | 1011 | 11111010 | 11111101 | 1100000 | 1 | 0 | 1 | 10110101 | 1100010 | 110100 |
Color Harmonies of #0BFAFD
Complementary color
Monochromatic Colors of #0BFAFD
Black with #0BFAFD
Text Example
Text Example
White with #0BFAFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BFAFD; }
p { color: rgb(11,250,253); }
H1.HeaderClassName
{
color: #0BFAFD;
}
.AnyTagClassName
{
color: #0BFAFD;
}
</style>
background-color css
<style>
a { background-color: #0BFAFD; }
a { background-color: rgb(11,250,253); }
div.DivClassName
{
background-color: #0BFAFD;
}
.BgClassName
{
background-color: #0BFAFD;
}
</style>
border-color css
<style>
span { border-color: #0BFAFD; }
span { border-color: rgb(11,250,253); }
td.TdClassName
{
border-color: #0BFAFD;
}
.TagClassName
{
border-color: #0BFAFD;
}
</style>