Shades of Aqua #0BFCFC
Tints of Aqua #0BFCFC
RGB
CMYK
RGB Variations
Color information
#0BFCFC (or 0x0BFCFC) is known color: Aqua. HEX triplet: 0B, FC and FC. RGB value is (11,252,252). Sum of RGB (Red+Green+Blue) = 11+252+252=515 (68% of max value = 765). Red value is 11 (4.69% from 255 or 2.14% from 515); Green value is 252 (98.83% from 255 or 48.93% from 515); Blue value is 252 (98.83% from 255 or 48.93% from 515); Max value from RGB is 252 - color contains mainly: green, blue. Hex color #0BFCFC is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #0BFCFC is #F40303. Grayscale: #B3B3B3. Windows color (decimal): -15991556 or 16579595. OLE color: 16579595.
HSL color Cylindrical-coordinate representation of color #0BFCFC: hue angle of 180º 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 #0BFCFC is Cyan = 0.96, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 11 | 252 | 252 | - |
| CMYK | 0.96 | 0 | 0 | 0.01 |
| HSL | 180º | 0.98% | 0.52% | - |
| HSV(B) | 180º | 0.96% | 0.99% | - |
| XYZ | 52.52 | 76.72 | 104.14 | - |
| YUV | 179.94 | 168.66 | 7.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 252 | 252 | 0.96 | 0 | 0 | 0.01 | 180 | 0.98 | 0.52 |
| Hex | B | FC | FC | 60 | 0 | 0 | 1 | B4 | 62 | 34 |
| Octal | 13 | 374 | 374 | 140 | 0 | 0 | 1 | 264 | 142 | 64 |
| Binary | 1011 | 11111100 | 11111100 | 1100000 | 0 | 0 | 1 | 10110100 | 1100010 | 110100 |
Color Harmonies of #0BFCFC
Complementary color
Monochromatic Colors of #0BFCFC
Black with #0BFCFC
Text Example
Text Example
White with #0BFCFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BFCFC; }
p { color: rgb(11,252,252); }
H1.HeaderClassName
{
color: #0BFCFC;
}
.AnyTagClassName
{
color: #0BFCFC;
}
</style>
background-color css
<style>
a { background-color: #0BFCFC; }
a { background-color: rgb(11,252,252); }
div.DivClassName
{
background-color: #0BFCFC;
}
.BgClassName
{
background-color: #0BFCFC;
}
</style>
border-color css
<style>
span { border-color: #0BFCFC; }
span { border-color: rgb(11,252,252); }
td.TdClassName
{
border-color: #0BFCFC;
}
.TagClassName
{
border-color: #0BFCFC;
}
</style>