Shades of Bondi Blue #1095AB
Tints of Bondi Blue #1095AB
RGB
CMYK
RGB Variations
Color information
#1095AB (or 0x1095AB) is known color: Bondi Blue. HEX triplet: 10, 95 and AB. RGB value is (16,149,171). Sum of RGB (Red+Green+Blue) = 16+149+171=336 (44% of max value = 765). Red value is 16 (6.64% from 255 or 4.76% from 336); Green value is 149 (58.59% from 255 or 44.35% from 336); Blue value is 171 (67.19% from 255 or 50.89% from 336); Max value from RGB is 171 - color contains mainly: blue. Hex color #1095AB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1095AB is #EF6A54. Grayscale: #6F6F6F. Windows color (decimal): -15690325 or 11244816. OLE color: 11244816.
HSL color Cylindrical-coordinate representation of color #1095AB: hue angle of 188.52º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1095AB is Cyan = 0.91, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 16 | 149 | 171 | - |
| CMYK | 0.91 | 0.13 | 0 | 0.33 |
| HSL | 188.52º | 0.83% | 0.37% | - |
| HSV(B) | 188.52º | 0.91% | 0.67% | - |
| XYZ | 18.31 | 24.55 | 42.3 | - |
| YUV | 111.74 | 161.44 | 59.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 149 | 171 | 0.91 | 0.13 | 0 | 0.33 | 188.52 | 0.83 | 0.37 |
| Hex | 10 | 95 | AB | 5B | D | 0 | 21 | BD | 53 | 25 |
| Octal | 20 | 225 | 253 | 133 | 15 | 0 | 41 | 275 | 123 | 45 |
| Binary | 10000 | 10010101 | 10101011 | 1011011 | 1101 | 0 | 100001 | 10111101 | 1010011 | 100101 |
Color Harmonies of #1095AB
Complementary color
Monochromatic Colors of #1095AB
Black with #1095AB
Text Example
Text Example
White with #1095AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1095AB; }
p { color: rgb(16,149,171); }
H1.HeaderClassName
{
color: #1095AB;
}
.AnyTagClassName
{
color: #1095AB;
}
</style>
background-color css
<style>
a { background-color: #1095AB; }
a { background-color: rgb(16,149,171); }
div.DivClassName
{
background-color: #1095AB;
}
.BgClassName
{
background-color: #1095AB;
}
</style>
border-color css
<style>
span { border-color: #1095AB; }
span { border-color: rgb(16,149,171); }
td.TdClassName
{
border-color: #1095AB;
}
.TagClassName
{
border-color: #1095AB;
}
</style>