Shades of Bondi Blue #009CB8
Tints of Bondi Blue #009CB8
RGB
CMYK
RGB Variations
Color information
#009CB8 (or 0x009CB8) is known color: Bondi Blue. HEX triplet: 00, 9C and B8. RGB value is (0,156,184). Sum of RGB (Red+Green+Blue) = 0+156+184=340 (45% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 340); Green value is 156 (61.33% from 255 or 45.88% from 340); Blue value is 184 (72.27% from 255 or 54.12% from 340); Max value from RGB is 184 - color contains mainly: blue. Hex color #009CB8 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #009CB8 is #FF6347. Grayscale: #707070. Windows color (decimal): -16737096 or 12098560. OLE color: 12098560.
HSL color Cylindrical-coordinate representation of color #009CB8: hue angle of 189.13º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 1%. Process color model (Four color, CMYK) of #009CB8 is Cyan = 1, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 0 | 156 | 184 | - |
| CMYK | 1 | 0.15 | 0 | 0.28 |
| HSL | 189.13º | 1% | 0.36% | - |
| HSV(B) | 189.13º | 1% | 0.72% | - |
| XYZ | 20.54 | 27.24 | 49.52 | - |
| YUV | 112.55 | 168.32 | 47.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 156 | 184 | 1 | 0.15 | 0 | 0.28 | 189.13 | 1 | 0.36 |
| Hex | 0 | 9C | B8 | 64 | F | 0 | 1C | BD | 64 | 24 |
| Octal | 0 | 234 | 270 | 144 | 17 | 0 | 34 | 275 | 144 | 44 |
| Binary | 0 | 10011100 | 10111000 | 1100100 | 1111 | 0 | 11100 | 10111101 | 1100100 | 100100 |
Color Harmonies of #009CB8
Complementary color
Monochromatic Colors of #009CB8
Black with #009CB8
Text Example
Text Example
White with #009CB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #009CB8; }
p { color: rgb(0,156,184); }
H1.HeaderClassName
{
color: #009CB8;
}
.AnyTagClassName
{
color: #009CB8;
}
</style>
background-color css
<style>
a { background-color: #009CB8; }
a { background-color: rgb(0,156,184); }
div.DivClassName
{
background-color: #009CB8;
}
.BgClassName
{
background-color: #009CB8;
}
</style>
border-color css
<style>
span { border-color: #009CB8; }
span { border-color: rgb(0,156,184); }
td.TdClassName
{
border-color: #009CB8;
}
.TagClassName
{
border-color: #009CB8;
}
</style>