Shades of Bondi Blue #08A1AC
Tints of Bondi Blue #08A1AC
RGB
CMYK
RGB Variations
Color information
#08A1AC (or 0x08A1AC) is known color: Bondi Blue. HEX triplet: 08, A1 and AC. RGB value is (8,161,172). Sum of RGB (Red+Green+Blue) = 8+161+172=341 (45% of max value = 765). Red value is 8 (3.52% from 255 or 2.35% from 341); Green value is 161 (63.28% from 255 or 47.21% from 341); Blue value is 172 (67.58% from 255 or 50.44% from 341); Max value from RGB is 172 - color contains mainly: blue. Hex color #08A1AC is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #08A1AC is #F75E53. Grayscale: #747474. Windows color (decimal): -16211540 or 11313416. OLE color: 11313416.
HSL color Cylindrical-coordinate representation of color #08A1AC: hue angle of 184.02º degrees, saturation: 0.91, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #08A1AC is Cyan = 0.95, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 8 | 161 | 172 | - |
| CMYK | 0.95 | 0.06 | 0 | 0.33 |
| HSL | 184.02º | 0.91% | 0.35% | - |
| HSV(B) | 184.02º | 0.95% | 0.67% | - |
| XYZ | 20.29 | 28.52 | 43.47 | - |
| YUV | 116.51 | 159.31 | 50.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 161 | 172 | 0.95 | 0.06 | 0 | 0.33 | 184.02 | 0.91 | 0.35 |
| Hex | 8 | A1 | AC | 5F | 6 | 0 | 21 | B8 | 5B | 23 |
| Octal | 10 | 241 | 254 | 137 | 6 | 0 | 41 | 270 | 133 | 43 |
| Binary | 1000 | 10100001 | 10101100 | 1011111 | 110 | 0 | 100001 | 10111000 | 1011011 | 100011 |
Color Harmonies of #08A1AC
Complementary color
Monochromatic Colors of #08A1AC
Black with #08A1AC
Text Example
Text Example
White with #08A1AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08A1AC; }
p { color: rgb(8,161,172); }
H1.HeaderClassName
{
color: #08A1AC;
}
.AnyTagClassName
{
color: #08A1AC;
}
</style>
background-color css
<style>
a { background-color: #08A1AC; }
a { background-color: rgb(8,161,172); }
div.DivClassName
{
background-color: #08A1AC;
}
.BgClassName
{
background-color: #08A1AC;
}
</style>
border-color css
<style>
span { border-color: #08A1AC; }
span { border-color: rgb(8,161,172); }
td.TdClassName
{
border-color: #08A1AC;
}
.TagClassName
{
border-color: #08A1AC;
}
</style>