Shades of Bondi Blue #119AB4
Tints of Bondi Blue #119AB4
RGB
CMYK
RGB Variations
Color information
#119AB4 (or 0x119AB4) is known color: Bondi Blue. HEX triplet: 11, 9A and B4. RGB value is (17,154,180). Sum of RGB (Red+Green+Blue) = 17+154+180=351 (46% of max value = 765). Red value is 17 (7.03% from 255 or 4.84% from 351); Green value is 154 (60.55% from 255 or 43.87% from 351); Blue value is 180 (70.70% from 255 or 51.28% from 351); Max value from RGB is 180 - color contains mainly: blue. Hex color #119AB4 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #119AB4 is #EE654B. Grayscale: #737373. Windows color (decimal): -15623500 or 11835921. OLE color: 11835921.
HSL color Cylindrical-coordinate representation of color #119AB4: hue angle of 189.57º degrees, saturation: 0.83, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #119AB4 is Cyan = 0.91, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 17 | 154 | 180 | - |
| CMYK | 0.91 | 0.14 | 0 | 0.29 |
| HSL | 189.57º | 0.83% | 0.39% | - |
| HSV(B) | 189.57º | 0.91% | 0.71% | - |
| XYZ | 20.02 | 26.53 | 47.24 | - |
| YUV | 116 | 164.11 | 57.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 154 | 180 | 0.91 | 0.14 | 0 | 0.29 | 189.57 | 0.83 | 0.39 |
| Hex | 11 | 9A | B4 | 5B | E | 0 | 1D | BE | 53 | 27 |
| Octal | 21 | 232 | 264 | 133 | 16 | 0 | 35 | 276 | 123 | 47 |
| Binary | 10001 | 10011010 | 10110100 | 1011011 | 1110 | 0 | 11101 | 10111110 | 1010011 | 100111 |
Color Harmonies of #119AB4
Complementary color
Monochromatic Colors of #119AB4
Black with #119AB4
Text Example
Text Example
White with #119AB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #119AB4; }
p { color: rgb(17,154,180); }
H1.HeaderClassName
{
color: #119AB4;
}
.AnyTagClassName
{
color: #119AB4;
}
</style>
background-color css
<style>
a { background-color: #119AB4; }
a { background-color: rgb(17,154,180); }
div.DivClassName
{
background-color: #119AB4;
}
.BgClassName
{
background-color: #119AB4;
}
</style>
border-color css
<style>
span { border-color: #119AB4; }
span { border-color: rgb(17,154,180); }
td.TdClassName
{
border-color: #119AB4;
}
.TagClassName
{
border-color: #119AB4;
}
</style>