Shades of Aqua #0BF4FF
Tints of Aqua #0BF4FF
RGB
CMYK
RGB Variations
Color information
#0BF4FF (or 0x0BF4FF) is known color: Aqua. HEX triplet: 0B, F4 and FF. RGB value is (11,244,255). Sum of RGB (Red+Green+Blue) = 11+244+255=510 (67% of max value = 765). Red value is 11 (4.69% from 255 or 2.16% from 510); Green value is 244 (95.70% from 255 or 47.84% from 510); Blue value is 255 (100% from 255 or 50% from 510); Max value from RGB is 255 - color contains mainly: blue. Hex color #0BF4FF is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #0BF4FF is #F40B00. Grayscale: #AFAFAF. Windows color (decimal): -15993601 or 16774155. OLE color: 16774155.
HSL color Cylindrical-coordinate representation of color #0BF4FF: hue angle of 182.7º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0BF4FF is Cyan = 0.96, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 11 | 244 | 255 | - |
| CMYK | 0.96 | 0.04 | 0 | 0 |
| HSL | 182.7º | 1% | 0.52% | - |
| HSV(B) | 182.7º | 0.96% | 1% | - |
| XYZ | 50.54 | 71.99 | 105.84 | - |
| YUV | 175.59 | 172.81 | 10.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 244 | 255 | 0.96 | 0.04 | 0 | 0 | 182.7 | 1 | 0.52 |
| Hex | B | F4 | FF | 60 | 4 | 0 | 0 | B7 | 64 | 34 |
| Octal | 13 | 364 | 377 | 140 | 4 | 0 | 0 | 267 | 144 | 64 |
| Binary | 1011 | 11110100 | 11111111 | 1100000 | 100 | 0 | 0 | 10110111 | 1100100 | 110100 |
Color Harmonies of #0BF4FF
Complementary color
Monochromatic Colors of #0BF4FF
Black with #0BF4FF
Text Example
Text Example
White with #0BF4FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BF4FF; }
p { color: rgb(11,244,255); }
H1.HeaderClassName
{
color: #0BF4FF;
}
.AnyTagClassName
{
color: #0BF4FF;
}
</style>
background-color css
<style>
a { background-color: #0BF4FF; }
a { background-color: rgb(11,244,255); }
div.DivClassName
{
background-color: #0BF4FF;
}
.BgClassName
{
background-color: #0BF4FF;
}
</style>
border-color css
<style>
span { border-color: #0BF4FF; }
span { border-color: rgb(11,244,255); }
td.TdClassName
{
border-color: #0BF4FF;
}
.TagClassName
{
border-color: #0BF4FF;
}
</style>