Shades of Bondi Blue #0093AA
Tints of Bondi Blue #0093AA
RGB
CMYK
RGB Variations
Color information
#0093AA (or 0x0093AA) is known color: Bondi Blue. HEX triplet: 00, 93 and AA. RGB value is (0,147,170). Sum of RGB (Red+Green+Blue) = 0+147+170=317 (41% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 317); Green value is 147 (57.81% from 255 or 46.37% from 317); Blue value is 170 (66.80% from 255 or 53.63% from 317); Max value from RGB is 170 - color contains mainly: blue. Hex color #0093AA is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0093AA is #FF6C55. Grayscale: #696969. Windows color (decimal): -16739414 or 11178752. OLE color: 11178752.
HSL color Cylindrical-coordinate representation of color #0093AA: hue angle of 188.12º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0093AA is Cyan = 1, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 0 | 147 | 170 | - |
| CMYK | 1 | 0.14 | 0 | 0.33 |
| HSL | 188.12º | 1% | 0.33% | - |
| HSV(B) | 188.12º | 1% | 0.67% | - |
| XYZ | 17.69 | 23.77 | 41.69 | - |
| YUV | 105.67 | 164.3 | 52.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 147 | 170 | 1 | 0.14 | 0 | 0.33 | 188.12 | 1 | 0.33 |
| Hex | 0 | 93 | AA | 64 | E | 0 | 21 | BC | 64 | 21 |
| Octal | 0 | 223 | 252 | 144 | 16 | 0 | 41 | 274 | 144 | 41 |
| Binary | 0 | 10010011 | 10101010 | 1100100 | 1110 | 0 | 100001 | 10111100 | 1100100 | 100001 |
Color Harmonies of #0093AA
Complementary color
Monochromatic Colors of #0093AA
Black with #0093AA
Text Example
Text Example
White with #0093AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0093AA; }
p { color: rgb(0,147,170); }
H1.HeaderClassName
{
color: #0093AA;
}
.AnyTagClassName
{
color: #0093AA;
}
</style>
background-color css
<style>
a { background-color: #0093AA; }
a { background-color: rgb(0,147,170); }
div.DivClassName
{
background-color: #0093AA;
}
.BgClassName
{
background-color: #0093AA;
}
</style>
border-color css
<style>
span { border-color: #0093AA; }
span { border-color: rgb(0,147,170); }
td.TdClassName
{
border-color: #0093AA;
}
.TagClassName
{
border-color: #0093AA;
}
</style>