Shades of Bondi Blue #0A83BB
Tints of Bondi Blue #0A83BB
RGB
CMYK
RGB Variations
Color information
#0A83BB (or 0x0A83BB) is known color: Bondi Blue. HEX triplet: 0A, 83 and BB. RGB value is (10,131,187). Sum of RGB (Red+Green+Blue) = 10+131+187=328 (43% of max value = 765). Red value is 10 (4.30% from 255 or 3.05% from 328); Green value is 131 (51.56% from 255 or 39.94% from 328); Blue value is 187 (73.44% from 255 or 57.01% from 328); Max value from RGB is 187 - color contains mainly: blue. Hex color #0A83BB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0A83BB is #F57C44. Grayscale: #646464. Windows color (decimal): -16088133 or 12288778. OLE color: 12288778.
HSL color Cylindrical-coordinate representation of color #0A83BB: hue angle of 198.98º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0A83BB is Cyan = 0.95, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 10 | 131 | 187 | - |
| CMYK | 0.95 | 0.30 | 0 | 0.27 |
| HSL | 198.98º | 0.9% | 0.39% | - |
| HSV(B) | 198.98º | 0.95% | 0.73% | - |
| XYZ | 17.21 | 19.88 | 49.94 | - |
| YUV | 101.21 | 176.41 | 62.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 131 | 187 | 0.95 | 0.30 | 0 | 0.27 | 198.98 | 0.9 | 0.39 |
| Hex | A | 83 | BB | 5F | 1E | 0 | 1B | C7 | 5A | 27 |
| Octal | 12 | 203 | 273 | 137 | 36 | 0 | 33 | 307 | 132 | 47 |
| Binary | 1010 | 10000011 | 10111011 | 1011111 | 11110 | 0 | 11011 | 11000111 | 1011010 | 100111 |
Color Harmonies of #0A83BB
Complementary color
Monochromatic Colors of #0A83BB
Black with #0A83BB
Text Example
Text Example
White with #0A83BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A83BB; }
p { color: rgb(10,131,187); }
H1.HeaderClassName
{
color: #0A83BB;
}
.AnyTagClassName
{
color: #0A83BB;
}
</style>
background-color css
<style>
a { background-color: #0A83BB; }
a { background-color: rgb(10,131,187); }
div.DivClassName
{
background-color: #0A83BB;
}
.BgClassName
{
background-color: #0A83BB;
}
</style>
border-color css
<style>
span { border-color: #0A83BB; }
span { border-color: rgb(10,131,187); }
td.TdClassName
{
border-color: #0A83BB;
}
.TagClassName
{
border-color: #0A83BB;
}
</style>