Shades of Aqua #0BF3FF
Tints of Aqua #0BF3FF
RGB
CMYK
RGB Variations
Color information
#0BF3FF (or 0x0BF3FF) is known color: Aqua. HEX triplet: 0B, F3 and FF. RGB value is (11,243,255). Sum of RGB (Red+Green+Blue) = 11+243+255=509 (67% of max value = 765). Red value is 11 (4.69% from 255 or 2.16% from 509); Green value is 243 (95.31% from 255 or 47.74% from 509); Blue value is 255 (100% from 255 or 50.10% from 509); Max value from RGB is 255 - color contains mainly: blue. Hex color #0BF3FF is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #0BF3FF is #F40C00. Grayscale: #AEAEAE. Windows color (decimal): -15993857 or 16773899. OLE color: 16773899.
HSL color Cylindrical-coordinate representation of color #0BF3FF: hue angle of 182.95º 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 #0BF3FF is Cyan = 0.96, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 11 | 243 | 255 | - |
| CMYK | 0.96 | 0.05 | 0 | 0 |
| HSL | 182.95º | 1% | 0.52% | - |
| HSV(B) | 182.95º | 0.96% | 1% | - |
| XYZ | 50.24 | 71.39 | 105.74 | - |
| YUV | 175 | 173.14 | 11.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 243 | 255 | 0.96 | 0.05 | 0 | 0 | 182.95 | 1 | 0.52 |
| Hex | B | F3 | FF | 60 | 5 | 0 | 0 | B7 | 64 | 34 |
| Octal | 13 | 363 | 377 | 140 | 5 | 0 | 0 | 267 | 144 | 64 |
| Binary | 1011 | 11110011 | 11111111 | 1100000 | 101 | 0 | 0 | 10110111 | 1100100 | 110100 |
Color Harmonies of #0BF3FF
Complementary color
Monochromatic Colors of #0BF3FF
Black with #0BF3FF
Text Example
Text Example
White with #0BF3FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BF3FF; }
p { color: rgb(11,243,255); }
H1.HeaderClassName
{
color: #0BF3FF;
}
.AnyTagClassName
{
color: #0BF3FF;
}
</style>
background-color css
<style>
a { background-color: #0BF3FF; }
a { background-color: rgb(11,243,255); }
div.DivClassName
{
background-color: #0BF3FF;
}
.BgClassName
{
background-color: #0BF3FF;
}
</style>
border-color css
<style>
span { border-color: #0BF3FF; }
span { border-color: rgb(11,243,255); }
td.TdClassName
{
border-color: #0BF3FF;
}
.TagClassName
{
border-color: #0BF3FF;
}
</style>