Shades of Bondi Blue #009BB1
Tints of Bondi Blue #009BB1
RGB
CMYK
RGB Variations
Color information
#009BB1 (or 0x009BB1) is known color: Bondi Blue. HEX triplet: 00, 9B and B1. RGB value is (0,155,177). Sum of RGB (Red+Green+Blue) = 0+155+177=332 (43% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 332); Green value is 155 (60.94% from 255 or 46.69% from 332); Blue value is 177 (69.53% from 255 or 53.31% from 332); Max value from RGB is 177 - color contains mainly: blue. Hex color #009BB1 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #009BB1 is #FF644E. Grayscale: #6E6E6E. Windows color (decimal): -16737359 or 11639552. OLE color: 11639552.
HSL color Cylindrical-coordinate representation of color #009BB1: hue angle of 187.46º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 1%. Process color model (Four color, CMYK) of #009BB1 is Cyan = 1, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 0 | 155 | 177 | - |
| CMYK | 1 | 0.12 | 0 | 0.31 |
| HSL | 187.46º | 1% | 0.35% | - |
| HSV(B) | 187.46º | 1% | 0.69% | - |
| XYZ | 19.66 | 26.62 | 45.7 | - |
| YUV | 111.16 | 165.15 | 48.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 155 | 177 | 1 | 0.12 | 0 | 0.31 | 187.46 | 1 | 0.35 |
| Hex | 0 | 9B | B1 | 64 | C | 0 | 1F | BB | 64 | 23 |
| Octal | 0 | 233 | 261 | 144 | 14 | 0 | 37 | 273 | 144 | 43 |
| Binary | 0 | 10011011 | 10110001 | 1100100 | 1100 | 0 | 11111 | 10111011 | 1100100 | 100011 |
Color Harmonies of #009BB1
Complementary color
Monochromatic Colors of #009BB1
Black with #009BB1
Text Example
Text Example
White with #009BB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #009BB1; }
p { color: rgb(0,155,177); }
H1.HeaderClassName
{
color: #009BB1;
}
.AnyTagClassName
{
color: #009BB1;
}
</style>
background-color css
<style>
a { background-color: #009BB1; }
a { background-color: rgb(0,155,177); }
div.DivClassName
{
background-color: #009BB1;
}
.BgClassName
{
background-color: #009BB1;
}
</style>
border-color css
<style>
span { border-color: #009BB1; }
span { border-color: rgb(0,155,177); }
td.TdClassName
{
border-color: #009BB1;
}
.TagClassName
{
border-color: #009BB1;
}
</style>