Shades of Bondi Blue #1299BA
Tints of Bondi Blue #1299BA
RGB
CMYK
RGB Variations
Color information
#1299BA (or 0x1299BA) is known color: Bondi Blue. HEX triplet: 12, 99 and BA. RGB value is (18,153,186). Sum of RGB (Red+Green+Blue) = 18+153+186=357 (47% of max value = 765). Red value is 18 (7.42% from 255 or 5.04% from 357); Green value is 153 (60.16% from 255 or 42.86% from 357); Blue value is 186 (73.05% from 255 or 52.10% from 357); Max value from RGB is 186 - color contains mainly: blue. Hex color #1299BA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1299BA is #ED6645. Grayscale: #747474. Windows color (decimal): -15558214 or 12228882. OLE color: 12228882.
HSL color Cylindrical-coordinate representation of color #1299BA: hue angle of 191.79º 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 #1299BA is Cyan = 0.90, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 18 | 153 | 186 | - |
| CMYK | 0.90 | 0.18 | 0 | 0.27 |
| HSL | 191.79º | 0.82% | 0.4% | - |
| HSV(B) | 191.79º | 0.9% | 0.73% | - |
| XYZ | 20.5 | 26.46 | 50.48 | - |
| YUV | 116.4 | 167.27 | 57.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 153 | 186 | 0.90 | 0.18 | 0 | 0.27 | 191.79 | 0.82 | 0.4 |
| Hex | 12 | 99 | BA | 5A | 12 | 0 | 1B | C0 | 52 | 28 |
| Octal | 22 | 231 | 272 | 132 | 22 | 0 | 33 | 300 | 122 | 50 |
| Binary | 10010 | 10011001 | 10111010 | 1011010 | 10010 | 0 | 11011 | 11000000 | 1010010 | 101000 |
Color Harmonies of #1299BA
Complementary color
Monochromatic Colors of #1299BA
Black with #1299BA
Text Example
Text Example
White with #1299BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1299BA; }
p { color: rgb(18,153,186); }
H1.HeaderClassName
{
color: #1299BA;
}
.AnyTagClassName
{
color: #1299BA;
}
</style>
background-color css
<style>
a { background-color: #1299BA; }
a { background-color: rgb(18,153,186); }
div.DivClassName
{
background-color: #1299BA;
}
.BgClassName
{
background-color: #1299BA;
}
</style>
border-color css
<style>
span { border-color: #1299BA; }
span { border-color: rgb(18,153,186); }
td.TdClassName
{
border-color: #1299BA;
}
.TagClassName
{
border-color: #1299BA;
}
</style>