Shades of Bondi Blue #09A1AF
Tints of Bondi Blue #09A1AF
RGB
CMYK
RGB Variations
Color information
#09A1AF (or 0x09A1AF) is known color: Bondi Blue. HEX triplet: 09, A1 and AF. RGB value is (9,161,175). Sum of RGB (Red+Green+Blue) = 9+161+175=345 (45% of max value = 765). Red value is 9 (3.91% from 255 or 2.61% from 345); Green value is 161 (63.28% from 255 or 46.67% from 345); Blue value is 175 (68.75% from 255 or 50.72% from 345); Max value from RGB is 175 - color contains mainly: blue. Hex color #09A1AF is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #09A1AF is #F65E50. Grayscale: #747474. Windows color (decimal): -16146001 or 11510025. OLE color: 11510025.
HSL color Cylindrical-coordinate representation of color #09A1AF: hue angle of 185.06º degrees, saturation: 0.9, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #09A1AF is Cyan = 0.95, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 9 | 161 | 175 | - |
| CMYK | 0.95 | 0.08 | 0 | 0.31 |
| HSL | 185.06º | 0.9% | 0.36% | - |
| HSV(B) | 185.06º | 0.95% | 0.69% | - |
| XYZ | 20.6 | 28.64 | 45 | - |
| YUV | 117.15 | 160.64 | 50.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 161 | 175 | 0.95 | 0.08 | 0 | 0.31 | 185.06 | 0.9 | 0.36 |
| Hex | 9 | A1 | AF | 5F | 8 | 0 | 1F | B9 | 5A | 24 |
| Octal | 11 | 241 | 257 | 137 | 10 | 0 | 37 | 271 | 132 | 44 |
| Binary | 1001 | 10100001 | 10101111 | 1011111 | 1000 | 0 | 11111 | 10111001 | 1011010 | 100100 |
Color Harmonies of #09A1AF
Complementary color
Monochromatic Colors of #09A1AF
Black with #09A1AF
Text Example
Text Example
White with #09A1AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09A1AF; }
p { color: rgb(9,161,175); }
H1.HeaderClassName
{
color: #09A1AF;
}
.AnyTagClassName
{
color: #09A1AF;
}
</style>
background-color css
<style>
a { background-color: #09A1AF; }
a { background-color: rgb(9,161,175); }
div.DivClassName
{
background-color: #09A1AF;
}
.BgClassName
{
background-color: #09A1AF;
}
</style>
border-color css
<style>
span { border-color: #09A1AF; }
span { border-color: rgb(9,161,175); }
td.TdClassName
{
border-color: #09A1AF;
}
.TagClassName
{
border-color: #09A1AF;
}
</style>