Shades of Bondi Blue #0091AF
Tints of Bondi Blue #0091AF
RGB
CMYK
RGB Variations
Color information
#0091AF (or 0x0091AF) is known color: Bondi Blue. HEX triplet: 00, 91 and AF. RGB value is (0,145,175). Sum of RGB (Red+Green+Blue) = 0+145+175=320 (42% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 320); Green value is 145 (57.03% from 255 or 45.31% from 320); Blue value is 175 (68.75% from 255 or 54.69% from 320); Max value from RGB is 175 - color contains mainly: blue. Hex color #0091AF is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0091AF is #FF6E50. Grayscale: #686868. Windows color (decimal): -16739921 or 11505920. OLE color: 11505920.
HSL color Cylindrical-coordinate representation of color #0091AF: hue angle of 190.29º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0091AF is Cyan = 1, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 0 | 145 | 175 | - |
| CMYK | 1 | 0.17 | 0 | 0.31 |
| HSL | 190.29º | 1% | 0.34% | - |
| HSV(B) | 190.29º | 1% | 0.69% | - |
| XYZ | 17.86 | 23.35 | 44.12 | - |
| YUV | 105.07 | 167.46 | 53.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 145 | 175 | 1 | 0.17 | 0 | 0.31 | 190.29 | 1 | 0.34 |
| Hex | 0 | 91 | AF | 64 | 11 | 0 | 1F | BE | 64 | 22 |
| Octal | 0 | 221 | 257 | 144 | 21 | 0 | 37 | 276 | 144 | 42 |
| Binary | 0 | 10010001 | 10101111 | 1100100 | 10001 | 0 | 11111 | 10111110 | 1100100 | 100010 |
Color Harmonies of #0091AF
Complementary color
Monochromatic Colors of #0091AF
Black with #0091AF
Text Example
Text Example
White with #0091AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0091AF; }
p { color: rgb(0,145,175); }
H1.HeaderClassName
{
color: #0091AF;
}
.AnyTagClassName
{
color: #0091AF;
}
</style>
background-color css
<style>
a { background-color: #0091AF; }
a { background-color: rgb(0,145,175); }
div.DivClassName
{
background-color: #0091AF;
}
.BgClassName
{
background-color: #0091AF;
}
</style>
border-color css
<style>
span { border-color: #0091AF; }
span { border-color: rgb(0,145,175); }
td.TdClassName
{
border-color: #0091AF;
}
.TagClassName
{
border-color: #0091AF;
}
</style>