Shades of Bondi Blue #108FAF
Tints of Bondi Blue #108FAF
RGB
CMYK
RGB Variations
Color information
#108FAF (or 0x108FAF) is known color: Bondi Blue. HEX triplet: 10, 8F and AF. RGB value is (16,143,175). Sum of RGB (Red+Green+Blue) = 16+143+175=334 (44% of max value = 765). Red value is 16 (6.64% from 255 or 4.79% from 334); Green value is 143 (56.25% from 255 or 42.81% from 334); Blue value is 175 (68.75% from 255 or 52.40% from 334); Max value from RGB is 175 - color contains mainly: blue. Hex color #108FAF is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #108FAF is #EF7050. Grayscale: #6C6C6C. Windows color (decimal): -15691857 or 11505424. OLE color: 11505424.
HSL color Cylindrical-coordinate representation of color #108FAF: hue angle of 192.08º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #108FAF is Cyan = 0.91, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 16 | 143 | 175 | - |
| CMYK | 0.91 | 0.18 | 0 | 0.31 |
| HSL | 192.08º | 0.83% | 0.37% | - |
| HSV(B) | 192.08º | 0.91% | 0.69% | - |
| XYZ | 17.77 | 22.85 | 44.03 | - |
| YUV | 108.68 | 165.42 | 61.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 143 | 175 | 0.91 | 0.18 | 0 | 0.31 | 192.08 | 0.83 | 0.37 |
| Hex | 10 | 8F | AF | 5B | 12 | 0 | 1F | C0 | 53 | 25 |
| Octal | 20 | 217 | 257 | 133 | 22 | 0 | 37 | 300 | 123 | 45 |
| Binary | 10000 | 10001111 | 10101111 | 1011011 | 10010 | 0 | 11111 | 11000000 | 1010011 | 100101 |
Color Harmonies of #108FAF
Complementary color
Monochromatic Colors of #108FAF
Black with #108FAF
Text Example
Text Example
White with #108FAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #108FAF; }
p { color: rgb(16,143,175); }
H1.HeaderClassName
{
color: #108FAF;
}
.AnyTagClassName
{
color: #108FAF;
}
</style>
background-color css
<style>
a { background-color: #108FAF; }
a { background-color: rgb(16,143,175); }
div.DivClassName
{
background-color: #108FAF;
}
.BgClassName
{
background-color: #108FAF;
}
</style>
border-color css
<style>
span { border-color: #108FAF; }
span { border-color: rgb(16,143,175); }
td.TdClassName
{
border-color: #108FAF;
}
.TagClassName
{
border-color: #108FAF;
}
</style>