Shades of Bondi Blue #0199AB
Tints of Bondi Blue #0199AB
RGB
CMYK
RGB Variations
Color information
#0199AB (or 0x0199AB) is known color: Bondi Blue. HEX triplet: 01, 99 and AB. RGB value is (1,153,171). Sum of RGB (Red+Green+Blue) = 1+153+171=325 (43% of max value = 765). Red value is 1 (0.78% from 255 or 0.31% from 325); Green value is 153 (60.16% from 255 or 47.08% from 325); Blue value is 171 (67.19% from 255 or 52.62% from 325); Max value from RGB is 171 - color contains mainly: blue. Hex color #0199AB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0199AB is #FE6654. Grayscale: #6D6D6D. Windows color (decimal): -16672341 or 11245825. OLE color: 11245825.
HSL color Cylindrical-coordinate representation of color #0199AB: hue angle of 186.35º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0199AB is Cyan = 0.99, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 1 | 153 | 171 | - |
| CMYK | 0.99 | 0.11 | 0 | 0.33 |
| HSL | 186.35º | 0.99% | 0.34% | - |
| HSV(B) | 186.35º | 0.99% | 0.67% | - |
| XYZ | 18.75 | 25.73 | 42.51 | - |
| YUV | 109.6 | 162.64 | 50.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 153 | 171 | 0.99 | 0.11 | 0 | 0.33 | 186.35 | 0.99 | 0.34 |
| Hex | 1 | 99 | AB | 63 | B | 0 | 21 | BA | 63 | 22 |
| Octal | 1 | 231 | 253 | 143 | 13 | 0 | 41 | 272 | 143 | 42 |
| Binary | 1 | 10011001 | 10101011 | 1100011 | 1011 | 0 | 100001 | 10111010 | 1100011 | 100010 |
Color Harmonies of #0199AB
Complementary color
Monochromatic Colors of #0199AB
Black with #0199AB
Text Example
Text Example
White with #0199AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0199AB; }
p { color: rgb(1,153,171); }
H1.HeaderClassName
{
color: #0199AB;
}
.AnyTagClassName
{
color: #0199AB;
}
</style>
background-color css
<style>
a { background-color: #0199AB; }
a { background-color: rgb(1,153,171); }
div.DivClassName
{
background-color: #0199AB;
}
.BgClassName
{
background-color: #0199AB;
}
</style>
border-color css
<style>
span { border-color: #0199AB; }
span { border-color: rgb(1,153,171); }
td.TdClassName
{
border-color: #0199AB;
}
.TagClassName
{
border-color: #0199AB;
}
</style>