Shades of Bondi Blue #0199AD
Tints of Bondi Blue #0199AD
RGB
CMYK
RGB Variations
Color information
#0199AD (or 0x0199AD) is known color: Bondi Blue. HEX triplet: 01, 99 and AD. RGB value is (1,153,173). Sum of RGB (Red+Green+Blue) = 1+153+173=327 (43% of max value = 765). Red value is 1 (0.78% from 255 or 0.31% from 327); Green value is 153 (60.16% from 255 or 46.79% from 327); Blue value is 173 (67.97% from 255 or 52.91% from 327); Max value from RGB is 173 - color contains mainly: blue. Hex color #0199AD is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0199AD is #FE6652. Grayscale: #6D6D6D. Windows color (decimal): -16672339 or 11376897. OLE color: 11376897.
HSL color Cylindrical-coordinate representation of color #0199AD: hue angle of 186.98º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0199AD is Cyan = 0.99, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 1 | 153 | 173 | - |
| CMYK | 0.99 | 0.12 | 0 | 0.32 |
| HSL | 186.98º | 0.99% | 0.34% | - |
| HSV(B) | 186.98º | 0.99% | 0.68% | - |
| XYZ | 18.95 | 25.81 | 43.52 | - |
| YUV | 109.83 | 163.64 | 50.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 153 | 173 | 0.99 | 0.12 | 0 | 0.32 | 186.98 | 0.99 | 0.34 |
| Hex | 1 | 99 | AD | 63 | C | 0 | 20 | BB | 63 | 22 |
| Octal | 1 | 231 | 255 | 143 | 14 | 0 | 40 | 273 | 143 | 42 |
| Binary | 1 | 10011001 | 10101101 | 1100011 | 1100 | 0 | 100000 | 10111011 | 1100011 | 100010 |
Color Harmonies of #0199AD
Complementary color
Monochromatic Colors of #0199AD
Black with #0199AD
Text Example
Text Example
White with #0199AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0199AD; }
p { color: rgb(1,153,173); }
H1.HeaderClassName
{
color: #0199AD;
}
.AnyTagClassName
{
color: #0199AD;
}
</style>
background-color css
<style>
a { background-color: #0199AD; }
a { background-color: rgb(1,153,173); }
div.DivClassName
{
background-color: #0199AD;
}
.BgClassName
{
background-color: #0199AD;
}
</style>
border-color css
<style>
span { border-color: #0199AD; }
span { border-color: rgb(1,153,173); }
td.TdClassName
{
border-color: #0199AD;
}
.TagClassName
{
border-color: #0199AD;
}
</style>