Shades of Bondi Blue #008AB6
Tints of Bondi Blue #008AB6
RGB
CMYK
RGB Variations
Color information
#008AB6 (or 0x008AB6) is known color: Bondi Blue. HEX triplet: 00, 8A and B6. RGB value is (0,138,182). Sum of RGB (Red+Green+Blue) = 0+138+182=320 (42% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 320); Green value is 138 (54.30% from 255 or 43.12% from 320); Blue value is 182 (71.48% from 255 or 56.88% from 320); Max value from RGB is 182 - color contains mainly: blue. Hex color #008AB6 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #008AB6 is #FF7549. Grayscale: #656565. Windows color (decimal): -16741706 or 11962880. OLE color: 11962880.
HSL color Cylindrical-coordinate representation of color #008AB6: hue angle of 194.51º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 1%. Process color model (Four color, CMYK) of #008AB6 is Cyan = 1, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 0 | 138 | 182 | - |
| CMYK | 1 | 0.24 | 0 | 0.29 |
| HSL | 194.51º | 1% | 0.36% | - |
| HSV(B) | 194.51º | 1% | 0.71% | - |
| XYZ | 17.53 | 21.55 | 47.49 | - |
| YUV | 101.75 | 173.28 | 55.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 138 | 182 | 1 | 0.24 | 0 | 0.29 | 194.51 | 1 | 0.36 |
| Hex | 0 | 8A | B6 | 64 | 18 | 0 | 1D | C3 | 64 | 24 |
| Octal | 0 | 212 | 266 | 144 | 30 | 0 | 35 | 303 | 144 | 44 |
| Binary | 0 | 10001010 | 10110110 | 1100100 | 11000 | 0 | 11101 | 11000011 | 1100100 | 100100 |
Color Harmonies of #008AB6
Complementary color
Monochromatic Colors of #008AB6
Black with #008AB6
Text Example
Text Example
White with #008AB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #008AB6; }
p { color: rgb(0,138,182); }
H1.HeaderClassName
{
color: #008AB6;
}
.AnyTagClassName
{
color: #008AB6;
}
</style>
background-color css
<style>
a { background-color: #008AB6; }
a { background-color: rgb(0,138,182); }
div.DivClassName
{
background-color: #008AB6;
}
.BgClassName
{
background-color: #008AB6;
}
</style>
border-color css
<style>
span { border-color: #008AB6; }
span { border-color: rgb(0,138,182); }
td.TdClassName
{
border-color: #008AB6;
}
.TagClassName
{
border-color: #008AB6;
}
</style>