Shades of Bondi Blue #109FAA
Tints of Bondi Blue #109FAA
RGB
CMYK
RGB Variations
Color information
#109FAA (or 0x109FAA) is known color: Bondi Blue. HEX triplet: 10, 9F and AA. RGB value is (16,159,170). Sum of RGB (Red+Green+Blue) = 16+159+170=345 (45% of max value = 765). Red value is 16 (6.64% from 255 or 4.64% from 345); Green value is 159 (62.5% from 255 or 46.09% from 345); Blue value is 170 (66.80% from 255 or 49.28% from 345); Max value from RGB is 170 - color contains mainly: blue. Hex color #109FAA is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #109FAA is #EF6055. Grayscale: #757575. Windows color (decimal): -15687766 or 11181840. OLE color: 11181840.
HSL color Cylindrical-coordinate representation of color #109FAA: hue angle of 184.29º degrees, saturation: 0.83, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #109FAA is Cyan = 0.91, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 16 | 159 | 170 | - |
| CMYK | 0.91 | 0.06 | 0 | 0.33 |
| HSL | 184.29º | 0.83% | 0.36% | - |
| HSV(B) | 184.29º | 0.91% | 0.67% | - |
| XYZ | 19.87 | 27.81 | 42.35 | - |
| YUV | 117.5 | 157.62 | 55.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 159 | 170 | 0.91 | 0.06 | 0 | 0.33 | 184.29 | 0.83 | 0.36 |
| Hex | 10 | 9F | AA | 5B | 6 | 0 | 21 | B8 | 53 | 24 |
| Octal | 20 | 237 | 252 | 133 | 6 | 0 | 41 | 270 | 123 | 44 |
| Binary | 10000 | 10011111 | 10101010 | 1011011 | 110 | 0 | 100001 | 10111000 | 1010011 | 100100 |
Color Harmonies of #109FAA
Complementary color
Monochromatic Colors of #109FAA
Black with #109FAA
Text Example
Text Example
White with #109FAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #109FAA; }
p { color: rgb(16,159,170); }
H1.HeaderClassName
{
color: #109FAA;
}
.AnyTagClassName
{
color: #109FAA;
}
</style>
background-color css
<style>
a { background-color: #109FAA; }
a { background-color: rgb(16,159,170); }
div.DivClassName
{
background-color: #109FAA;
}
.BgClassName
{
background-color: #109FAA;
}
</style>
border-color css
<style>
span { border-color: #109FAA; }
span { border-color: rgb(16,159,170); }
td.TdClassName
{
border-color: #109FAA;
}
.TagClassName
{
border-color: #109FAA;
}
</style>