Shades of Aqua #0BE8FC
Tints of Aqua #0BE8FC
RGB
CMYK
RGB Variations
Color information
#0BE8FC (or 0x0BE8FC) is known color: Aqua. HEX triplet: 0B, E8 and FC. RGB value is (11,232,252). Sum of RGB (Red+Green+Blue) = 11+232+252=495 (65% of max value = 765). Red value is 11 (4.69% from 255 or 2.22% from 495); Green value is 232 (91.02% from 255 or 46.87% from 495); Blue value is 252 (98.83% from 255 or 50.91% from 495); Max value from RGB is 252 - color contains mainly: blue. Hex color #0BE8FC is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #0BE8FC is #F41703. Grayscale: #A7A7A7. Windows color (decimal): -15996676 or 16574475. OLE color: 16574475.
HSL color Cylindrical-coordinate representation of color #0BE8FC: hue angle of 184.98º 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 #0BE8FC is Cyan = 0.96, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 11 | 232 | 252 | - |
| CMYK | 0.96 | 0.08 | 0 | 0.01 |
| HSL | 184.98º | 0.98% | 0.52% | - |
| HSV(B) | 184.98º | 0.96% | 0.99% | - |
| XYZ | 46.57 | 64.81 | 102.15 | - |
| YUV | 168.2 | 175.28 | 15.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 232 | 252 | 0.96 | 0.08 | 0 | 0.01 | 184.98 | 0.98 | 0.52 |
| Hex | B | E8 | FC | 60 | 8 | 0 | 1 | B9 | 62 | 34 |
| Octal | 13 | 350 | 374 | 140 | 10 | 0 | 1 | 271 | 142 | 64 |
| Binary | 1011 | 11101000 | 11111100 | 1100000 | 1000 | 0 | 1 | 10111001 | 1100010 | 110100 |
Color Harmonies of #0BE8FC
Complementary color
Monochromatic Colors of #0BE8FC
Black with #0BE8FC
Text Example
Text Example
White with #0BE8FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BE8FC; }
p { color: rgb(11,232,252); }
H1.HeaderClassName
{
color: #0BE8FC;
}
.AnyTagClassName
{
color: #0BE8FC;
}
</style>
background-color css
<style>
a { background-color: #0BE8FC; }
a { background-color: rgb(11,232,252); }
div.DivClassName
{
background-color: #0BE8FC;
}
.BgClassName
{
background-color: #0BE8FC;
}
</style>
border-color css
<style>
span { border-color: #0BE8FC; }
span { border-color: rgb(11,232,252); }
td.TdClassName
{
border-color: #0BE8FC;
}
.TagClassName
{
border-color: #0BE8FC;
}
</style>