Shades of Bondi Blue #1295BB
Tints of Bondi Blue #1295BB
RGB
CMYK
RGB Variations
Color information
#1295BB (or 0x1295BB) is known color: Bondi Blue. HEX triplet: 12, 95 and BB. RGB value is (18,149,187). Sum of RGB (Red+Green+Blue) = 18+149+187=354 (46% of max value = 765). Red value is 18 (7.42% from 255 or 5.08% from 354); Green value is 149 (58.59% from 255 or 42.09% from 354); Blue value is 187 (73.44% from 255 or 52.82% from 354); Max value from RGB is 187 - color contains mainly: blue. Hex color #1295BB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1295BB is #ED6A44. Grayscale: #717171. Windows color (decimal): -15559237 or 12293394. OLE color: 12293394.
HSL color Cylindrical-coordinate representation of color #1295BB: hue angle of 193.49º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1295BB is Cyan = 0.90, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 18 | 149 | 187 | - |
| CMYK | 0.90 | 0.20 | 0 | 0.27 |
| HSL | 193.49º | 0.82% | 0.4% | - |
| HSV(B) | 193.49º | 0.9% | 0.73% | - |
| XYZ | 19.97 | 25.21 | 50.83 | - |
| YUV | 114.16 | 169.1 | 59.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 149 | 187 | 0.90 | 0.20 | 0 | 0.27 | 193.49 | 0.82 | 0.4 |
| Hex | 12 | 95 | BB | 5A | 14 | 0 | 1B | C1 | 52 | 28 |
| Octal | 22 | 225 | 273 | 132 | 24 | 0 | 33 | 301 | 122 | 50 |
| Binary | 10010 | 10010101 | 10111011 | 1011010 | 10100 | 0 | 11011 | 11000001 | 1010010 | 101000 |
Color Harmonies of #1295BB
Complementary color
Monochromatic Colors of #1295BB
Black with #1295BB
Text Example
Text Example
White with #1295BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1295BB; }
p { color: rgb(18,149,187); }
H1.HeaderClassName
{
color: #1295BB;
}
.AnyTagClassName
{
color: #1295BB;
}
</style>
background-color css
<style>
a { background-color: #1295BB; }
a { background-color: rgb(18,149,187); }
div.DivClassName
{
background-color: #1295BB;
}
.BgClassName
{
background-color: #1295BB;
}
</style>
border-color css
<style>
span { border-color: #1295BB; }
span { border-color: rgb(18,149,187); }
td.TdClassName
{
border-color: #1295BB;
}
.TagClassName
{
border-color: #1295BB;
}
</style>