Shades of Bondi Blue #1297BB
Tints of Bondi Blue #1297BB
RGB
CMYK
RGB Variations
Color information
#1297BB (or 0x1297BB) is known color: Bondi Blue. HEX triplet: 12, 97 and BB. RGB value is (18,151,187). Sum of RGB (Red+Green+Blue) = 18+151+187=356 (47% of max value = 765). Red value is 18 (7.42% from 255 or 5.06% from 356); Green value is 151 (59.38% from 255 or 42.42% from 356); Blue value is 187 (73.44% from 255 or 52.53% from 356); Max value from RGB is 187 - color contains mainly: blue. Hex color #1297BB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1297BB is #ED6844. Grayscale: #737373. Windows color (decimal): -15558725 or 12293906. OLE color: 12293906.
HSL color Cylindrical-coordinate representation of color #1297BB: hue angle of 192.78º 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 #1297BB is Cyan = 0.90, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 18 | 151 | 187 | - |
| CMYK | 0.90 | 0.19 | 0 | 0.27 |
| HSL | 192.78º | 0.82% | 0.4% | - |
| HSV(B) | 192.78º | 0.9% | 0.73% | - |
| XYZ | 20.29 | 25.85 | 50.93 | - |
| YUV | 115.34 | 168.44 | 58.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 151 | 187 | 0.90 | 0.19 | 0 | 0.27 | 192.78 | 0.82 | 0.4 |
| Hex | 12 | 97 | BB | 5A | 13 | 0 | 1B | C1 | 52 | 28 |
| Octal | 22 | 227 | 273 | 132 | 23 | 0 | 33 | 301 | 122 | 50 |
| Binary | 10010 | 10010111 | 10111011 | 1011010 | 10011 | 0 | 11011 | 11000001 | 1010010 | 101000 |
Color Harmonies of #1297BB
Complementary color
Monochromatic Colors of #1297BB
Black with #1297BB
Text Example
Text Example
White with #1297BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1297BB; }
p { color: rgb(18,151,187); }
H1.HeaderClassName
{
color: #1297BB;
}
.AnyTagClassName
{
color: #1297BB;
}
</style>
background-color css
<style>
a { background-color: #1297BB; }
a { background-color: rgb(18,151,187); }
div.DivClassName
{
background-color: #1297BB;
}
.BgClassName
{
background-color: #1297BB;
}
</style>
border-color css
<style>
span { border-color: #1297BB; }
span { border-color: rgb(18,151,187); }
td.TdClassName
{
border-color: #1297BB;
}
.TagClassName
{
border-color: #1297BB;
}
</style>