Shades of Bondi Blue #0194AD
Tints of Bondi Blue #0194AD
RGB
CMYK
RGB Variations
Color information
#0194AD (or 0x0194AD) is known color: Bondi Blue. HEX triplet: 01, 94 and AD. RGB value is (1,148,173). Sum of RGB (Red+Green+Blue) = 1+148+173=322 (42% of max value = 765). Red value is 1 (0.78% from 255 or 0.31% from 322); Green value is 148 (58.20% from 255 or 45.96% from 322); Blue value is 173 (67.97% from 255 or 53.73% from 322); Max value from RGB is 173 - color contains mainly: blue. Hex color #0194AD is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0194AD is #FE6B52. Grayscale: #6A6A6A. Windows color (decimal): -16673619 or 11375617. OLE color: 11375617.
HSL color Cylindrical-coordinate representation of color #0194AD: hue angle of 188.72º 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 #0194AD is Cyan = 0.99, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 1 | 148 | 173 | - |
| CMYK | 0.99 | 0.14 | 0 | 0.32 |
| HSL | 188.72º | 0.99% | 0.34% | - |
| HSV(B) | 188.72º | 0.99% | 0.68% | - |
| XYZ | 18.15 | 24.2 | 43.25 | - |
| YUV | 106.9 | 165.3 | 52.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 148 | 173 | 0.99 | 0.14 | 0 | 0.32 | 188.72 | 0.99 | 0.34 |
| Hex | 1 | 94 | AD | 63 | E | 0 | 20 | BD | 63 | 22 |
| Octal | 1 | 224 | 255 | 143 | 16 | 0 | 40 | 275 | 143 | 42 |
| Binary | 1 | 10010100 | 10101101 | 1100011 | 1110 | 0 | 100000 | 10111101 | 1100011 | 100010 |
Color Harmonies of #0194AD
Complementary color
Monochromatic Colors of #0194AD
Black with #0194AD
Text Example
Text Example
White with #0194AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0194AD; }
p { color: rgb(1,148,173); }
H1.HeaderClassName
{
color: #0194AD;
}
.AnyTagClassName
{
color: #0194AD;
}
</style>
background-color css
<style>
a { background-color: #0194AD; }
a { background-color: rgb(1,148,173); }
div.DivClassName
{
background-color: #0194AD;
}
.BgClassName
{
background-color: #0194AD;
}
</style>
border-color css
<style>
span { border-color: #0194AD; }
span { border-color: rgb(1,148,173); }
td.TdClassName
{
border-color: #0194AD;
}
.TagClassName
{
border-color: #0194AD;
}
</style>