Shades of Bondi Blue #1091BC
Tints of Bondi Blue #1091BC
RGB
CMYK
RGB Variations
Color information
#1091BC (or 0x1091BC) is known color: Bondi Blue. HEX triplet: 10, 91 and BC. RGB value is (16,145,188). Sum of RGB (Red+Green+Blue) = 16+145+188=349 (46% of max value = 765). Red value is 16 (6.64% from 255 or 4.58% from 349); Green value is 145 (57.03% from 255 or 41.55% from 349); Blue value is 188 (73.83% from 255 or 53.87% from 349); Max value from RGB is 188 - color contains mainly: blue. Hex color #1091BC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1091BC is #EF6E43. Grayscale: #6F6F6F. Windows color (decimal): -15691332 or 12357904. OLE color: 12357904.
HSL color Cylindrical-coordinate representation of color #1091BC: hue angle of 195º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1091BC is Cyan = 0.91, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 16 | 145 | 188 | - |
| CMYK | 0.91 | 0.23 | 0 | 0.26 |
| HSL | 195º | 0.84% | 0.4% | - |
| HSV(B) | 195º | 0.91% | 0.74% | - |
| XYZ | 19.42 | 23.99 | 51.18 | - |
| YUV | 111.33 | 171.26 | 60 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 145 | 188 | 0.91 | 0.23 | 0 | 0.26 | 195 | 0.84 | 0.4 |
| Hex | 10 | 91 | BC | 5B | 17 | 0 | 1A | C3 | 54 | 28 |
| Octal | 20 | 221 | 274 | 133 | 27 | 0 | 32 | 303 | 124 | 50 |
| Binary | 10000 | 10010001 | 10111100 | 1011011 | 10111 | 0 | 11010 | 11000011 | 1010100 | 101000 |
Color Harmonies of #1091BC
Complementary color
Monochromatic Colors of #1091BC
Black with #1091BC
Text Example
Text Example
White with #1091BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1091BC; }
p { color: rgb(16,145,188); }
H1.HeaderClassName
{
color: #1091BC;
}
.AnyTagClassName
{
color: #1091BC;
}
</style>
background-color css
<style>
a { background-color: #1091BC; }
a { background-color: rgb(16,145,188); }
div.DivClassName
{
background-color: #1091BC;
}
.BgClassName
{
background-color: #1091BC;
}
</style>
border-color css
<style>
span { border-color: #1091BC; }
span { border-color: rgb(16,145,188); }
td.TdClassName
{
border-color: #1091BC;
}
.TagClassName
{
border-color: #1091BC;
}
</style>