Shades of Bondi Blue #1297BA
Tints of Bondi Blue #1297BA
RGB
CMYK
RGB Variations
Color information
#1297BA (or 0x1297BA) is known color: Bondi Blue. HEX triplet: 12, 97 and BA. RGB value is (18,151,186). Sum of RGB (Red+Green+Blue) = 18+151+186=355 (47% of max value = 765). Red value is 18 (7.42% from 255 or 5.07% from 355); Green value is 151 (59.38% from 255 or 42.54% from 355); Blue value is 186 (73.05% from 255 or 52.39% from 355); Max value from RGB is 186 - color contains mainly: blue. Hex color #1297BA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1297BA is #ED6845. Grayscale: #727272. Windows color (decimal): -15558726 or 12228370. OLE color: 12228370.
HSL color Cylindrical-coordinate representation of color #1297BA: hue angle of 192.5º 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 #1297BA is Cyan = 0.90, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 18 | 151 | 186 | - |
| CMYK | 0.90 | 0.19 | 0 | 0.27 |
| HSL | 192.5º | 0.82% | 0.4% | - |
| HSV(B) | 192.5º | 0.9% | 0.73% | - |
| XYZ | 20.18 | 25.81 | 50.37 | - |
| YUV | 115.22 | 167.94 | 58.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 151 | 186 | 0.90 | 0.19 | 0 | 0.27 | 192.5 | 0.82 | 0.4 |
| Hex | 12 | 97 | BA | 5A | 13 | 0 | 1B | C0 | 52 | 28 |
| Octal | 22 | 227 | 272 | 132 | 23 | 0 | 33 | 300 | 122 | 50 |
| Binary | 10010 | 10010111 | 10111010 | 1011010 | 10011 | 0 | 11011 | 11000000 | 1010010 | 101000 |
Color Harmonies of #1297BA
Complementary color
Monochromatic Colors of #1297BA
Black with #1297BA
Text Example
Text Example
White with #1297BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1297BA; }
p { color: rgb(18,151,186); }
H1.HeaderClassName
{
color: #1297BA;
}
.AnyTagClassName
{
color: #1297BA;
}
</style>
background-color css
<style>
a { background-color: #1297BA; }
a { background-color: rgb(18,151,186); }
div.DivClassName
{
background-color: #1297BA;
}
.BgClassName
{
background-color: #1297BA;
}
</style>
border-color css
<style>
span { border-color: #1297BA; }
span { border-color: rgb(18,151,186); }
td.TdClassName
{
border-color: #1297BA;
}
.TagClassName
{
border-color: #1297BA;
}
</style>