Shades of Bondi Blue #0B8CAC
Tints of Bondi Blue #0B8CAC
RGB
CMYK
RGB Variations
Color information
#0B8CAC (or 0x0B8CAC) is known color: Bondi Blue. HEX triplet: 0B, 8C and AC. RGB value is (11,140,172). Sum of RGB (Red+Green+Blue) = 11+140+172=323 (42% of max value = 765). Red value is 11 (4.69% from 255 or 3.41% from 323); Green value is 140 (55.08% from 255 or 43.34% from 323); Blue value is 172 (67.58% from 255 or 53.25% from 323); Max value from RGB is 172 - color contains mainly: blue. Hex color #0B8CAC is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0B8CAC is #F47353. Grayscale: #686868. Windows color (decimal): -16020308 or 11308043. OLE color: 11308043.
HSL color Cylindrical-coordinate representation of color #0B8CAC: hue angle of 191.93º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0B8CAC is Cyan = 0.94, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 11 | 140 | 172 | - |
| CMYK | 0.94 | 0.19 | 0 | 0.33 |
| HSL | 191.93º | 0.88% | 0.36% | - |
| HSV(B) | 191.93º | 0.94% | 0.67% | - |
| XYZ | 16.96 | 21.81 | 42.34 | - |
| YUV | 105.08 | 165.76 | 60.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 140 | 172 | 0.94 | 0.19 | 0 | 0.33 | 191.93 | 0.88 | 0.36 |
| Hex | B | 8C | AC | 5E | 13 | 0 | 21 | C0 | 58 | 24 |
| Octal | 13 | 214 | 254 | 136 | 23 | 0 | 41 | 300 | 130 | 44 |
| Binary | 1011 | 10001100 | 10101100 | 1011110 | 10011 | 0 | 100001 | 11000000 | 1011000 | 100100 |
Color Harmonies of #0B8CAC
Complementary color
Monochromatic Colors of #0B8CAC
Black with #0B8CAC
Text Example
Text Example
White with #0B8CAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B8CAC; }
p { color: rgb(11,140,172); }
H1.HeaderClassName
{
color: #0B8CAC;
}
.AnyTagClassName
{
color: #0B8CAC;
}
</style>
background-color css
<style>
a { background-color: #0B8CAC; }
a { background-color: rgb(11,140,172); }
div.DivClassName
{
background-color: #0B8CAC;
}
.BgClassName
{
background-color: #0B8CAC;
}
</style>
border-color css
<style>
span { border-color: #0B8CAC; }
span { border-color: rgb(11,140,172); }
td.TdClassName
{
border-color: #0B8CAC;
}
.TagClassName
{
border-color: #0B8CAC;
}
</style>