Shades of Bondi Blue #099AB4
Tints of Bondi Blue #099AB4
RGB
CMYK
RGB Variations
Color information
#099AB4 (or 0x099AB4) is known color: Bondi Blue. HEX triplet: 09, 9A and B4. RGB value is (9,154,180). Sum of RGB (Red+Green+Blue) = 9+154+180=343 (45% of max value = 765). Red value is 9 (3.91% from 255 or 2.62% from 343); Green value is 154 (60.55% from 255 or 44.90% from 343); Blue value is 180 (70.70% from 255 or 52.48% from 343); Max value from RGB is 180 - color contains mainly: blue. Hex color #099AB4 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #099AB4 is #F6654B. Grayscale: #717171. Windows color (decimal): -16147788 or 11835913. OLE color: 11835913.
HSL color Cylindrical-coordinate representation of color #099AB4: hue angle of 189.12º 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 #099AB4 is Cyan = 0.95, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 9 | 154 | 180 | - |
| CMYK | 0.95 | 0.14 | 0 | 0.29 |
| HSL | 189.12º | 0.9% | 0.37% | - |
| HSV(B) | 189.12º | 0.95% | 0.71% | - |
| XYZ | 19.91 | 26.46 | 47.24 | - |
| YUV | 113.61 | 165.46 | 53.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 154 | 180 | 0.95 | 0.14 | 0 | 0.29 | 189.12 | 0.9 | 0.37 |
| Hex | 9 | 9A | B4 | 5F | E | 0 | 1D | BD | 5A | 25 |
| Octal | 11 | 232 | 264 | 137 | 16 | 0 | 35 | 275 | 132 | 45 |
| Binary | 1001 | 10011010 | 10110100 | 1011111 | 1110 | 0 | 11101 | 10111101 | 1011010 | 100101 |
Color Harmonies of #099AB4
Complementary color
Monochromatic Colors of #099AB4
Black with #099AB4
Text Example
Text Example
White with #099AB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #099AB4; }
p { color: rgb(9,154,180); }
H1.HeaderClassName
{
color: #099AB4;
}
.AnyTagClassName
{
color: #099AB4;
}
</style>
background-color css
<style>
a { background-color: #099AB4; }
a { background-color: rgb(9,154,180); }
div.DivClassName
{
background-color: #099AB4;
}
.BgClassName
{
background-color: #099AB4;
}
</style>
border-color css
<style>
span { border-color: #099AB4; }
span { border-color: rgb(9,154,180); }
td.TdClassName
{
border-color: #099AB4;
}
.TagClassName
{
border-color: #099AB4;
}
</style>