Shades of Bondi Blue #1090BB
Tints of Bondi Blue #1090BB
RGB
CMYK
RGB Variations
Color information
#1090BB (or 0x1090BB) is known color: Bondi Blue. HEX triplet: 10, 90 and BB. RGB value is (16,144,187). Sum of RGB (Red+Green+Blue) = 16+144+187=347 (45% of max value = 765). Red value is 16 (6.64% from 255 or 4.61% from 347); Green value is 144 (56.64% from 255 or 41.50% from 347); Blue value is 187 (73.44% from 255 or 53.89% from 347); Max value from RGB is 187 - color contains mainly: blue. Hex color #1090BB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1090BB is #EF6F44. Grayscale: #6E6E6E. Windows color (decimal): -15691589 or 12292112. OLE color: 12292112.
HSL color Cylindrical-coordinate representation of color #1090BB: hue angle of 195.09º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1090BB is Cyan = 0.91, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 16 | 144 | 187 | - |
| CMYK | 0.91 | 0.23 | 0 | 0.27 |
| HSL | 195.09º | 0.84% | 0.4% | - |
| HSV(B) | 195.09º | 0.91% | 0.73% | - |
| XYZ | 19.16 | 23.64 | 50.57 | - |
| YUV | 110.63 | 171.09 | 60.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 144 | 187 | 0.91 | 0.23 | 0 | 0.27 | 195.09 | 0.84 | 0.4 |
| Hex | 10 | 90 | BB | 5B | 17 | 0 | 1B | C3 | 54 | 28 |
| Octal | 20 | 220 | 273 | 133 | 27 | 0 | 33 | 303 | 124 | 50 |
| Binary | 10000 | 10010000 | 10111011 | 1011011 | 10111 | 0 | 11011 | 11000011 | 1010100 | 101000 |
Color Harmonies of #1090BB
Complementary color
Monochromatic Colors of #1090BB
Black with #1090BB
Text Example
Text Example
White with #1090BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1090BB; }
p { color: rgb(16,144,187); }
H1.HeaderClassName
{
color: #1090BB;
}
.AnyTagClassName
{
color: #1090BB;
}
</style>
background-color css
<style>
a { background-color: #1090BB; }
a { background-color: rgb(16,144,187); }
div.DivClassName
{
background-color: #1090BB;
}
.BgClassName
{
background-color: #1090BB;
}
</style>
border-color css
<style>
span { border-color: #1090BB; }
span { border-color: rgb(16,144,187); }
td.TdClassName
{
border-color: #1090BB;
}
.TagClassName
{
border-color: #1090BB;
}
</style>