Shades of Bondi Blue #08A8B2
Tints of Bondi Blue #08A8B2
RGB
CMYK
RGB Variations
Color information
#08A8B2 (or 0x08A8B2) is known color: Bondi Blue. HEX triplet: 08, A8 and B2. RGB value is (8,168,178). Sum of RGB (Red+Green+Blue) = 8+168+178=354 (46% of max value = 765). Red value is 8 (3.52% from 255 or 2.26% from 354); Green value is 168 (66.02% from 255 or 47.46% from 354); Blue value is 178 (69.92% from 255 or 50.28% from 354); Max value from RGB is 178 - color contains mainly: blue. Hex color #08A8B2 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #08A8B2 is #F7574D. Grayscale: #797979. Windows color (decimal): -16209742 or 11708424. OLE color: 11708424.
HSL color Cylindrical-coordinate representation of color #08A8B2: hue angle of 183.53º degrees, saturation: 0.91, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #08A8B2 is Cyan = 0.96, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 8 | 168 | 178 | - |
| CMYK | 0.96 | 0.06 | 0 | 0.30 |
| HSL | 183.53º | 0.91% | 0.36% | - |
| HSV(B) | 183.53º | 0.96% | 0.7% | - |
| XYZ | 22.14 | 31.27 | 46.99 | - |
| YUV | 121.3 | 159.99 | 47.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 168 | 178 | 0.96 | 0.06 | 0 | 0.30 | 183.53 | 0.91 | 0.36 |
| Hex | 8 | A8 | B2 | 60 | 6 | 0 | 1E | B8 | 5B | 24 |
| Octal | 10 | 250 | 262 | 140 | 6 | 0 | 36 | 270 | 133 | 44 |
| Binary | 1000 | 10101000 | 10110010 | 1100000 | 110 | 0 | 11110 | 10111000 | 1011011 | 100100 |
Color Harmonies of #08A8B2
Complementary color
Monochromatic Colors of #08A8B2
Black with #08A8B2
Text Example
Text Example
White with #08A8B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08A8B2; }
p { color: rgb(8,168,178); }
H1.HeaderClassName
{
color: #08A8B2;
}
.AnyTagClassName
{
color: #08A8B2;
}
</style>
background-color css
<style>
a { background-color: #08A8B2; }
a { background-color: rgb(8,168,178); }
div.DivClassName
{
background-color: #08A8B2;
}
.BgClassName
{
background-color: #08A8B2;
}
</style>
border-color css
<style>
span { border-color: #08A8B2; }
span { border-color: rgb(8,168,178); }
td.TdClassName
{
border-color: #08A8B2;
}
.TagClassName
{
border-color: #08A8B2;
}
</style>