Shades of Bondi Blue #118FB2
Tints of Bondi Blue #118FB2
RGB
CMYK
RGB Variations
Color information
#118FB2 (or 0x118FB2) is known color: Bondi Blue. HEX triplet: 11, 8F and B2. RGB value is (17,143,178). Sum of RGB (Red+Green+Blue) = 17+143+178=338 (44% of max value = 765). Red value is 17 (7.03% from 255 or 5.03% from 338); Green value is 143 (56.25% from 255 or 42.31% from 338); Blue value is 178 (69.92% from 255 or 52.66% from 338); Max value from RGB is 178 - color contains mainly: blue. Hex color #118FB2 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #118FB2 is #EE704D. Grayscale: #6D6D6D. Windows color (decimal): -15626318 or 11702033. OLE color: 11702033.
HSL color Cylindrical-coordinate representation of color #118FB2: hue angle of 193.04º degrees, saturation: 0.83, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #118FB2 is Cyan = 0.90, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 17 | 143 | 178 | - |
| CMYK | 0.90 | 0.20 | 0 | 0.30 |
| HSL | 193.04º | 0.83% | 0.38% | - |
| HSV(B) | 193.04º | 0.9% | 0.7% | - |
| XYZ | 18.09 | 22.98 | 45.6 | - |
| YUV | 109.32 | 166.76 | 62.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 143 | 178 | 0.90 | 0.20 | 0 | 0.30 | 193.04 | 0.83 | 0.38 |
| Hex | 11 | 8F | B2 | 5A | 14 | 0 | 1E | C1 | 53 | 26 |
| Octal | 21 | 217 | 262 | 132 | 24 | 0 | 36 | 301 | 123 | 46 |
| Binary | 10001 | 10001111 | 10110010 | 1011010 | 10100 | 0 | 11110 | 11000001 | 1010011 | 100110 |
Color Harmonies of #118FB2
Complementary color
Monochromatic Colors of #118FB2
Black with #118FB2
Text Example
Text Example
White with #118FB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #118FB2; }
p { color: rgb(17,143,178); }
H1.HeaderClassName
{
color: #118FB2;
}
.AnyTagClassName
{
color: #118FB2;
}
</style>
background-color css
<style>
a { background-color: #118FB2; }
a { background-color: rgb(17,143,178); }
div.DivClassName
{
background-color: #118FB2;
}
.BgClassName
{
background-color: #118FB2;
}
</style>
border-color css
<style>
span { border-color: #118FB2; }
span { border-color: rgb(17,143,178); }
td.TdClassName
{
border-color: #118FB2;
}
.TagClassName
{
border-color: #118FB2;
}
</style>