Shades of Aqua #0BF1FE
Tints of Aqua #0BF1FE
RGB
CMYK
RGB Variations
Color information
#0BF1FE (or 0x0BF1FE) is known color: Aqua. HEX triplet: 0B, F1 and FE. RGB value is (11,241,254). Sum of RGB (Red+Green+Blue) = 11+241+254=506 (67% of max value = 765). Red value is 11 (4.69% from 255 or 2.17% from 506); Green value is 241 (94.53% from 255 or 47.63% from 506); Blue value is 254 (99.61% from 255 or 50.20% from 506); Max value from RGB is 254 - color contains mainly: blue. Hex color #0BF1FE is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #0BF1FE is #F40E01. Grayscale: #ADADAD. Windows color (decimal): -15994370 or 16707851. OLE color: 16707851.
HSL color Cylindrical-coordinate representation of color #0BF1FE: hue angle of 183.21º 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 #0BF1FE is Cyan = 0.96, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 11 | 241 | 254 | - |
| CMYK | 0.96 | 0.05 | 0 | 0.00 |
| HSL | 183.21º | 0.99% | 0.52% | - |
| HSV(B) | 183.21º | 0.96% | 1% | - |
| XYZ | 49.48 | 70.14 | 104.7 | - |
| YUV | 173.71 | 173.3 | 11.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 241 | 254 | 0.96 | 0.05 | 0 | 0.00 | 183.21 | 0.99 | 0.52 |
| Hex | B | F1 | FE | 60 | 5 | 0 | 0 | B7 | 63 | 34 |
| Octal | 13 | 361 | 376 | 140 | 5 | 0 | 0 | 267 | 143 | 64 |
| Binary | 1011 | 11110001 | 11111110 | 1100000 | 101 | 0 | 0 | 10110111 | 1100011 | 110100 |
Color Harmonies of #0BF1FE
Complementary color
Monochromatic Colors of #0BF1FE
Black with #0BF1FE
Text Example
Text Example
White with #0BF1FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BF1FE; }
p { color: rgb(11,241,254); }
H1.HeaderClassName
{
color: #0BF1FE;
}
.AnyTagClassName
{
color: #0BF1FE;
}
</style>
background-color css
<style>
a { background-color: #0BF1FE; }
a { background-color: rgb(11,241,254); }
div.DivClassName
{
background-color: #0BF1FE;
}
.BgClassName
{
background-color: #0BF1FE;
}
</style>
border-color css
<style>
span { border-color: #0BF1FE; }
span { border-color: rgb(11,241,254); }
td.TdClassName
{
border-color: #0BF1FE;
}
.TagClassName
{
border-color: #0BF1FE;
}
</style>