Shades of Bondi Blue #09A8B4
Tints of Bondi Blue #09A8B4
RGB
CMYK
RGB Variations
Color information
#09A8B4 (or 0x09A8B4) is known color: Bondi Blue. HEX triplet: 09, A8 and B4. RGB value is (9,168,180). Sum of RGB (Red+Green+Blue) = 9+168+180=357 (47% of max value = 765). Red value is 9 (3.91% from 255 or 2.52% from 357); Green value is 168 (66.02% from 255 or 47.06% from 357); Blue value is 180 (70.70% from 255 or 50.42% from 357); Max value from RGB is 180 - color contains mainly: blue. Hex color #09A8B4 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #09A8B4 is #F6574B. Grayscale: #797979. Windows color (decimal): -16144204 or 11839497. OLE color: 11839497.
HSL color Cylindrical-coordinate representation of color #09A8B4: hue angle of 184.21º degrees, saturation: 0.9, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #09A8B4 is Cyan = 0.95, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 9 | 168 | 180 | - |
| CMYK | 0.95 | 0.07 | 0 | 0.29 |
| HSL | 184.21º | 0.9% | 0.37% | - |
| HSV(B) | 184.21º | 0.95% | 0.71% | - |
| XYZ | 22.35 | 31.36 | 48.05 | - |
| YUV | 121.83 | 160.82 | 47.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 168 | 180 | 0.95 | 0.07 | 0 | 0.29 | 184.21 | 0.9 | 0.37 |
| Hex | 9 | A8 | B4 | 5F | 7 | 0 | 1D | B8 | 5A | 25 |
| Octal | 11 | 250 | 264 | 137 | 7 | 0 | 35 | 270 | 132 | 45 |
| Binary | 1001 | 10101000 | 10110100 | 1011111 | 111 | 0 | 11101 | 10111000 | 1011010 | 100101 |
Color Harmonies of #09A8B4
Complementary color
Monochromatic Colors of #09A8B4
Black with #09A8B4
Text Example
Text Example
White with #09A8B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09A8B4; }
p { color: rgb(9,168,180); }
H1.HeaderClassName
{
color: #09A8B4;
}
.AnyTagClassName
{
color: #09A8B4;
}
</style>
background-color css
<style>
a { background-color: #09A8B4; }
a { background-color: rgb(9,168,180); }
div.DivClassName
{
background-color: #09A8B4;
}
.BgClassName
{
background-color: #09A8B4;
}
</style>
border-color css
<style>
span { border-color: #09A8B4; }
span { border-color: rgb(9,168,180); }
td.TdClassName
{
border-color: #09A8B4;
}
.TagClassName
{
border-color: #09A8B4;
}
</style>