Shades of Bondi Blue #008ABA
Tints of Bondi Blue #008ABA
RGB
CMYK
RGB Variations
Color information
#008ABA (or 0x008ABA) is known color: Bondi Blue. HEX triplet: 00, 8A and BA. RGB value is (0,138,186). Sum of RGB (Red+Green+Blue) = 0+138+186=324 (42% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 324); Green value is 138 (54.30% from 255 or 42.59% from 324); Blue value is 186 (73.05% from 255 or 57.41% from 324); Max value from RGB is 186 - color contains mainly: blue. Hex color #008ABA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #008ABA is #FF7545. Grayscale: #656565. Windows color (decimal): -16741702 or 12225024. OLE color: 12225024.
HSL color Cylindrical-coordinate representation of color #008ABA: hue angle of 195.48º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #008ABA is Cyan = 1, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 0 | 138 | 186 | - |
| CMYK | 1 | 0.26 | 0 | 0.27 |
| HSL | 195.48º | 1% | 0.36% | - |
| HSV(B) | 195.48º | 1% | 0.73% | - |
| XYZ | 17.95 | 21.72 | 49.7 | - |
| YUV | 102.21 | 175.28 | 55.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 138 | 186 | 1 | 0.26 | 0 | 0.27 | 195.48 | 1 | 0.36 |
| Hex | 0 | 8A | BA | 64 | 1A | 0 | 1B | C3 | 64 | 24 |
| Octal | 0 | 212 | 272 | 144 | 32 | 0 | 33 | 303 | 144 | 44 |
| Binary | 0 | 10001010 | 10111010 | 1100100 | 11010 | 0 | 11011 | 11000011 | 1100100 | 100100 |
Color Harmonies of #008ABA
Complementary color
Monochromatic Colors of #008ABA
Black with #008ABA
Text Example
Text Example
White with #008ABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #008ABA; }
p { color: rgb(0,138,186); }
H1.HeaderClassName
{
color: #008ABA;
}
.AnyTagClassName
{
color: #008ABA;
}
</style>
background-color css
<style>
a { background-color: #008ABA; }
a { background-color: rgb(0,138,186); }
div.DivClassName
{
background-color: #008ABA;
}
.BgClassName
{
background-color: #008ABA;
}
</style>
border-color css
<style>
span { border-color: #008ABA; }
span { border-color: rgb(0,138,186); }
td.TdClassName
{
border-color: #008ABA;
}
.TagClassName
{
border-color: #008ABA;
}
</style>