Shades of Bondi Blue #019AA6
Tints of Bondi Blue #019AA6
RGB
CMYK
RGB Variations
Color information
#019AA6 (or 0x019AA6) is known color: Bondi Blue. HEX triplet: 01, 9A and A6. RGB value is (1,154,166). Sum of RGB (Red+Green+Blue) = 1+154+166=321 (42% of max value = 765). Red value is 1 (0.78% from 255 or 0.31% from 321); Green value is 154 (60.55% from 255 or 47.98% from 321); Blue value is 166 (65.23% from 255 or 51.71% from 321); Max value from RGB is 166 - color contains mainly: blue. Hex color #019AA6 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #019AA6 is #FE6559. Grayscale: #6D6D6D. Windows color (decimal): -16672090 or 10918401. OLE color: 10918401.
HSL color Cylindrical-coordinate representation of color #019AA6: hue angle of 184.36º degrees, saturation: 0.99, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #019AA6 is Cyan = 0.99, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 1 | 154 | 166 | - |
| CMYK | 0.99 | 0.07 | 0 | 0.35 |
| HSL | 184.36º | 0.99% | 0.33% | - |
| HSV(B) | 184.36º | 0.99% | 0.65% | - |
| XYZ | 18.45 | 25.87 | 40.1 | - |
| YUV | 109.62 | 159.81 | 50.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 154 | 166 | 0.99 | 0.07 | 0 | 0.35 | 184.36 | 0.99 | 0.33 |
| Hex | 1 | 9A | A6 | 63 | 7 | 0 | 23 | B8 | 63 | 21 |
| Octal | 1 | 232 | 246 | 143 | 7 | 0 | 43 | 270 | 143 | 41 |
| Binary | 1 | 10011010 | 10100110 | 1100011 | 111 | 0 | 100011 | 10111000 | 1100011 | 100001 |
Color Harmonies of #019AA6
Complementary color
Monochromatic Colors of #019AA6
Black with #019AA6
Text Example
Text Example
White with #019AA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #019AA6; }
p { color: rgb(1,154,166); }
H1.HeaderClassName
{
color: #019AA6;
}
.AnyTagClassName
{
color: #019AA6;
}
</style>
background-color css
<style>
a { background-color: #019AA6; }
a { background-color: rgb(1,154,166); }
div.DivClassName
{
background-color: #019AA6;
}
.BgClassName
{
background-color: #019AA6;
}
</style>
border-color css
<style>
span { border-color: #019AA6; }
span { border-color: rgb(1,154,166); }
td.TdClassName
{
border-color: #019AA6;
}
.TagClassName
{
border-color: #019AA6;
}
</style>