Shades of Bondi Blue #08A0AD
Tints of Bondi Blue #08A0AD
RGB
CMYK
RGB Variations
Color information
#08A0AD (or 0x08A0AD) is known color: Bondi Blue. HEX triplet: 08, A0 and AD. RGB value is (8,160,173). Sum of RGB (Red+Green+Blue) = 8+160+173=341 (45% of max value = 765). Red value is 8 (3.52% from 255 or 2.35% from 341); Green value is 160 (62.89% from 255 or 46.92% from 341); Blue value is 173 (67.97% from 255 or 50.73% from 341); Max value from RGB is 173 - color contains mainly: blue. Hex color #08A0AD is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #08A0AD is #F75F52. Grayscale: #737373. Windows color (decimal): -16211795 or 11378696. OLE color: 11378696.
HSL color Cylindrical-coordinate representation of color #08A0AD: hue angle of 184.73º degrees, saturation: 0.91, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #08A0AD is Cyan = 0.95, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 8 | 160 | 173 | - |
| CMYK | 0.95 | 0.08 | 0 | 0.32 |
| HSL | 184.73º | 0.91% | 0.35% | - |
| HSV(B) | 184.73º | 0.95% | 0.68% | - |
| XYZ | 20.21 | 28.21 | 43.91 | - |
| YUV | 116.03 | 160.14 | 50.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 160 | 173 | 0.95 | 0.08 | 0 | 0.32 | 184.73 | 0.91 | 0.35 |
| Hex | 8 | A0 | AD | 5F | 8 | 0 | 20 | B9 | 5B | 23 |
| Octal | 10 | 240 | 255 | 137 | 10 | 0 | 40 | 271 | 133 | 43 |
| Binary | 1000 | 10100000 | 10101101 | 1011111 | 1000 | 0 | 100000 | 10111001 | 1011011 | 100011 |
Color Harmonies of #08A0AD
Complementary color
Monochromatic Colors of #08A0AD
Black with #08A0AD
Text Example
Text Example
White with #08A0AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08A0AD; }
p { color: rgb(8,160,173); }
H1.HeaderClassName
{
color: #08A0AD;
}
.AnyTagClassName
{
color: #08A0AD;
}
</style>
background-color css
<style>
a { background-color: #08A0AD; }
a { background-color: rgb(8,160,173); }
div.DivClassName
{
background-color: #08A0AD;
}
.BgClassName
{
background-color: #08A0AD;
}
</style>
border-color css
<style>
span { border-color: #08A0AD; }
span { border-color: rgb(8,160,173); }
td.TdClassName
{
border-color: #08A0AD;
}
.TagClassName
{
border-color: #08A0AD;
}
</style>