Shades of Bondi Blue #1294B9
Tints of Bondi Blue #1294B9
RGB
CMYK
RGB Variations
Color information
#1294B9 (or 0x1294B9) is known color: Bondi Blue. HEX triplet: 12, 94 and B9. RGB value is (18,148,185). Sum of RGB (Red+Green+Blue) = 18+148+185=351 (46% of max value = 765). Red value is 18 (7.42% from 255 or 5.13% from 351); Green value is 148 (58.20% from 255 or 42.17% from 351); Blue value is 185 (72.66% from 255 or 52.71% from 351); Max value from RGB is 185 - color contains mainly: blue. Hex color #1294B9 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1294B9 is #ED6B46. Grayscale: #717171. Windows color (decimal): -15559495 or 12162066. OLE color: 12162066.
HSL color Cylindrical-coordinate representation of color #1294B9: hue angle of 193.29º 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 #1294B9 is Cyan = 0.90, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 18 | 148 | 185 | - |
| CMYK | 0.90 | 0.20 | 0 | 0.27 |
| HSL | 193.29º | 0.82% | 0.4% | - |
| HSV(B) | 193.29º | 0.9% | 0.73% | - |
| XYZ | 19.6 | 24.81 | 49.66 | - |
| YUV | 113.35 | 168.43 | 59.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 148 | 185 | 0.90 | 0.20 | 0 | 0.27 | 193.29 | 0.82 | 0.4 |
| Hex | 12 | 94 | B9 | 5A | 14 | 0 | 1B | C1 | 52 | 28 |
| Octal | 22 | 224 | 271 | 132 | 24 | 0 | 33 | 301 | 122 | 50 |
| Binary | 10010 | 10010100 | 10111001 | 1011010 | 10100 | 0 | 11011 | 11000001 | 1010010 | 101000 |
Color Harmonies of #1294B9
Complementary color
Monochromatic Colors of #1294B9
Black with #1294B9
Text Example
Text Example
White with #1294B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1294B9; }
p { color: rgb(18,148,185); }
H1.HeaderClassName
{
color: #1294B9;
}
.AnyTagClassName
{
color: #1294B9;
}
</style>
background-color css
<style>
a { background-color: #1294B9; }
a { background-color: rgb(18,148,185); }
div.DivClassName
{
background-color: #1294B9;
}
.BgClassName
{
background-color: #1294B9;
}
</style>
border-color css
<style>
span { border-color: #1294B9; }
span { border-color: rgb(18,148,185); }
td.TdClassName
{
border-color: #1294B9;
}
.TagClassName
{
border-color: #1294B9;
}
</style>