Shades of Bondi Blue #118FAA
Tints of Bondi Blue #118FAA
RGB
CMYK
RGB Variations
Color information
#118FAA (or 0x118FAA) is known color: Bondi Blue. HEX triplet: 11, 8F and AA. RGB value is (17,143,170). Sum of RGB (Red+Green+Blue) = 17+143+170=330 (43% of max value = 765). Red value is 17 (7.03% from 255 or 5.15% from 330); Green value is 143 (56.25% from 255 or 43.33% from 330); Blue value is 170 (66.80% from 255 or 51.52% from 330); Max value from RGB is 170 - color contains mainly: blue. Hex color #118FAA is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #118FAA is #EE7055. Grayscale: #6C6C6C. Windows color (decimal): -15626326 or 11177745. OLE color: 11177745.
HSL color Cylindrical-coordinate representation of color #118FAA: hue angle of 190.59º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #118FAA is Cyan = 0.9, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 17 | 143 | 170 | - |
| CMYK | 0.9 | 0.16 | 0 | 0.33 |
| HSL | 190.59º | 0.82% | 0.37% | - |
| HSV(B) | 190.59º | 0.9% | 0.67% | - |
| XYZ | 17.31 | 22.67 | 41.49 | - |
| YUV | 108.4 | 162.76 | 62.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 143 | 170 | 0.9 | 0.16 | 0 | 0.33 | 190.59 | 0.82 | 0.37 |
| Hex | 11 | 8F | AA | 5A | 10 | 0 | 21 | BF | 52 | 25 |
| Octal | 21 | 217 | 252 | 132 | 20 | 0 | 41 | 277 | 122 | 45 |
| Binary | 10001 | 10001111 | 10101010 | 1011010 | 10000 | 0 | 100001 | 10111111 | 1010010 | 100101 |
Color Harmonies of #118FAA
Complementary color
Monochromatic Colors of #118FAA
Black with #118FAA
Text Example
Text Example
White with #118FAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #118FAA; }
p { color: rgb(17,143,170); }
H1.HeaderClassName
{
color: #118FAA;
}
.AnyTagClassName
{
color: #118FAA;
}
</style>
background-color css
<style>
a { background-color: #118FAA; }
a { background-color: rgb(17,143,170); }
div.DivClassName
{
background-color: #118FAA;
}
.BgClassName
{
background-color: #118FAA;
}
</style>
border-color css
<style>
span { border-color: #118FAA; }
span { border-color: rgb(17,143,170); }
td.TdClassName
{
border-color: #118FAA;
}
.TagClassName
{
border-color: #118FAA;
}
</style>