Shades of Bondi Blue #0199AC
Tints of Bondi Blue #0199AC
RGB
CMYK
RGB Variations
Color information
#0199AC (or 0x0199AC) is known color: Bondi Blue. HEX triplet: 01, 99 and AC. RGB value is (1,153,172). Sum of RGB (Red+Green+Blue) = 1+153+172=326 (43% of max value = 765). Red value is 1 (0.78% from 255 or 0.31% from 326); Green value is 153 (60.16% from 255 or 46.93% from 326); Blue value is 172 (67.58% from 255 or 52.76% from 326); Max value from RGB is 172 - color contains mainly: blue. Hex color #0199AC is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0199AC is #FE6653. Grayscale: #6D6D6D. Windows color (decimal): -16672340 or 11311361. OLE color: 11311361.
HSL color Cylindrical-coordinate representation of color #0199AC: hue angle of 186.67º 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 #0199AC is Cyan = 0.99, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 1 | 153 | 172 | - |
| CMYK | 0.99 | 0.11 | 0 | 0.33 |
| HSL | 186.67º | 0.99% | 0.34% | - |
| HSV(B) | 186.67º | 0.99% | 0.67% | - |
| XYZ | 18.85 | 25.77 | 43.01 | - |
| YUV | 109.72 | 163.14 | 50.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 153 | 172 | 0.99 | 0.11 | 0 | 0.33 | 186.67 | 0.99 | 0.34 |
| Hex | 1 | 99 | AC | 63 | B | 0 | 21 | BB | 63 | 22 |
| Octal | 1 | 231 | 254 | 143 | 13 | 0 | 41 | 273 | 143 | 42 |
| Binary | 1 | 10011001 | 10101100 | 1100011 | 1011 | 0 | 100001 | 10111011 | 1100011 | 100010 |
Color Harmonies of #0199AC
Complementary color
Monochromatic Colors of #0199AC
Black with #0199AC
Text Example
Text Example
White with #0199AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0199AC; }
p { color: rgb(1,153,172); }
H1.HeaderClassName
{
color: #0199AC;
}
.AnyTagClassName
{
color: #0199AC;
}
</style>
background-color css
<style>
a { background-color: #0199AC; }
a { background-color: rgb(1,153,172); }
div.DivClassName
{
background-color: #0199AC;
}
.BgClassName
{
background-color: #0199AC;
}
</style>
border-color css
<style>
span { border-color: #0199AC; }
span { border-color: rgb(1,153,172); }
td.TdClassName
{
border-color: #0199AC;
}
.TagClassName
{
border-color: #0199AC;
}
</style>