Shades of Bondi Blue #108AAD
Tints of Bondi Blue #108AAD
RGB
CMYK
RGB Variations
Color information
#108AAD (or 0x108AAD) is known color: Bondi Blue. HEX triplet: 10, 8A and AD. RGB value is (16,138,173). Sum of RGB (Red+Green+Blue) = 16+138+173=327 (43% of max value = 765). Red value is 16 (6.64% from 255 or 4.89% from 327); Green value is 138 (54.30% from 255 or 42.20% from 327); Blue value is 173 (67.97% from 255 or 52.91% from 327); Max value from RGB is 173 - color contains mainly: blue. Hex color #108AAD is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #108AAD is #EF7552. Grayscale: #696969. Windows color (decimal): -15693139 or 11373072. OLE color: 11373072.
HSL color Cylindrical-coordinate representation of color #108AAD: hue angle of 193.38º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #108AAD is Cyan = 0.91, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 16 | 138 | 173 | - |
| CMYK | 0.91 | 0.20 | 0 | 0.32 |
| HSL | 193.38º | 0.83% | 0.37% | - |
| HSV(B) | 193.38º | 0.91% | 0.68% | - |
| XYZ | 16.84 | 21.3 | 42.76 | - |
| YUV | 105.51 | 166.08 | 64.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 138 | 173 | 0.91 | 0.20 | 0 | 0.32 | 193.38 | 0.83 | 0.37 |
| Hex | 10 | 8A | AD | 5B | 14 | 0 | 20 | C1 | 53 | 25 |
| Octal | 20 | 212 | 255 | 133 | 24 | 0 | 40 | 301 | 123 | 45 |
| Binary | 10000 | 10001010 | 10101101 | 1011011 | 10100 | 0 | 100000 | 11000001 | 1010011 | 100101 |
Color Harmonies of #108AAD
Complementary color
Monochromatic Colors of #108AAD
Black with #108AAD
Text Example
Text Example
White with #108AAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #108AAD; }
p { color: rgb(16,138,173); }
H1.HeaderClassName
{
color: #108AAD;
}
.AnyTagClassName
{
color: #108AAD;
}
</style>
background-color css
<style>
a { background-color: #108AAD; }
a { background-color: rgb(16,138,173); }
div.DivClassName
{
background-color: #108AAD;
}
.BgClassName
{
background-color: #108AAD;
}
</style>
border-color css
<style>
span { border-color: #108AAD; }
span { border-color: rgb(16,138,173); }
td.TdClassName
{
border-color: #108AAD;
}
.TagClassName
{
border-color: #108AAD;
}
</style>