Shades of Aqua #0CE8FB
Tints of Aqua #0CE8FB
RGB
CMYK
RGB Variations
Color information
#0CE8FB (or 0x0CE8FB) is known color: Aqua. HEX triplet: 0C, E8 and FB. RGB value is (12,232,251). Sum of RGB (Red+Green+Blue) = 12+232+251=495 (65% of max value = 765). Red value is 12 (5.08% from 255 or 2.42% from 495); Green value is 232 (91.02% from 255 or 46.87% from 495); Blue value is 251 (98.44% from 255 or 50.71% from 495); Max value from RGB is 251 - color contains mainly: blue. Hex color #0CE8FB is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #0CE8FB is #F31704. Grayscale: #A8A8A8. Windows color (decimal): -15931141 or 16508940. OLE color: 16508940.
HSL color Cylindrical-coordinate representation of color #0CE8FB: hue angle of 184.77º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0CE8FB is Cyan = 0.95, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 12 | 232 | 251 | - |
| CMYK | 0.95 | 0.08 | 0 | 0.02 |
| HSL | 184.77º | 0.97% | 0.52% | - |
| HSV(B) | 184.77º | 0.95% | 0.98% | - |
| XYZ | 46.42 | 64.76 | 101.32 | - |
| YUV | 168.39 | 174.61 | 16.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 232 | 251 | 0.95 | 0.08 | 0 | 0.02 | 184.77 | 0.97 | 0.52 |
| Hex | C | E8 | FB | 5F | 8 | 0 | 2 | B9 | 61 | 34 |
| Octal | 14 | 350 | 373 | 137 | 10 | 0 | 2 | 271 | 141 | 64 |
| Binary | 1100 | 11101000 | 11111011 | 1011111 | 1000 | 0 | 10 | 10111001 | 1100001 | 110100 |
Color Harmonies of #0CE8FB
Complementary color
Monochromatic Colors of #0CE8FB
Black with #0CE8FB
Text Example
Text Example
White with #0CE8FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CE8FB; }
p { color: rgb(12,232,251); }
H1.HeaderClassName
{
color: #0CE8FB;
}
.AnyTagClassName
{
color: #0CE8FB;
}
</style>
background-color css
<style>
a { background-color: #0CE8FB; }
a { background-color: rgb(12,232,251); }
div.DivClassName
{
background-color: #0CE8FB;
}
.BgClassName
{
background-color: #0CE8FB;
}
</style>
border-color css
<style>
span { border-color: #0CE8FB; }
span { border-color: rgb(12,232,251); }
td.TdClassName
{
border-color: #0CE8FB;
}
.TagClassName
{
border-color: #0CE8FB;
}
</style>