Shades of Bondi Blue #109AB7
Tints of Bondi Blue #109AB7
RGB
CMYK
RGB Variations
Color information
#109AB7 (or 0x109AB7) is known color: Bondi Blue. HEX triplet: 10, 9A and B7. RGB value is (16,154,183). Sum of RGB (Red+Green+Blue) = 16+154+183=353 (46% of max value = 765). Red value is 16 (6.64% from 255 or 4.53% from 353); Green value is 154 (60.55% from 255 or 43.63% from 353); Blue value is 183 (71.88% from 255 or 51.84% from 353); Max value from RGB is 183 - color contains mainly: blue. Hex color #109AB7 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #109AB7 is #EF6548. Grayscale: #737373. Windows color (decimal): -15689033 or 12032528. OLE color: 12032528.
HSL color Cylindrical-coordinate representation of color #109AB7: hue angle of 190.42º degrees, saturation: 0.84, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #109AB7 is Cyan = 0.91, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 16 | 154 | 183 | - |
| CMYK | 0.91 | 0.16 | 0 | 0.28 |
| HSL | 190.42º | 0.84% | 0.39% | - |
| HSV(B) | 190.42º | 0.91% | 0.72% | - |
| XYZ | 20.32 | 26.64 | 48.87 | - |
| YUV | 116.04 | 165.78 | 56.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 154 | 183 | 0.91 | 0.16 | 0 | 0.28 | 190.42 | 0.84 | 0.39 |
| Hex | 10 | 9A | B7 | 5B | 10 | 0 | 1C | BE | 54 | 27 |
| Octal | 20 | 232 | 267 | 133 | 20 | 0 | 34 | 276 | 124 | 47 |
| Binary | 10000 | 10011010 | 10110111 | 1011011 | 10000 | 0 | 11100 | 10111110 | 1010100 | 100111 |
Color Harmonies of #109AB7
Complementary color
Monochromatic Colors of #109AB7
Black with #109AB7
Text Example
Text Example
White with #109AB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #109AB7; }
p { color: rgb(16,154,183); }
H1.HeaderClassName
{
color: #109AB7;
}
.AnyTagClassName
{
color: #109AB7;
}
</style>
background-color css
<style>
a { background-color: #109AB7; }
a { background-color: rgb(16,154,183); }
div.DivClassName
{
background-color: #109AB7;
}
.BgClassName
{
background-color: #109AB7;
}
</style>
border-color css
<style>
span { border-color: #109AB7; }
span { border-color: rgb(16,154,183); }
td.TdClassName
{
border-color: #109AB7;
}
.TagClassName
{
border-color: #109AB7;
}
</style>