Shades of Bondi Blue #1288BB
Tints of Bondi Blue #1288BB
RGB
CMYK
RGB Variations
Color information
#1288BB (or 0x1288BB) is known color: Bondi Blue. HEX triplet: 12, 88 and BB. RGB value is (18,136,187). Sum of RGB (Red+Green+Blue) = 18+136+187=341 (45% of max value = 765). Red value is 18 (7.42% from 255 or 5.28% from 341); Green value is 136 (53.52% from 255 or 39.88% from 341); Blue value is 187 (73.44% from 255 or 54.84% from 341); Max value from RGB is 187 - color contains mainly: blue. Hex color #1288BB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1288BB is #ED7744. Grayscale: #6A6A6A. Windows color (decimal): -15562565 or 12290066. OLE color: 12290066.
HSL color Cylindrical-coordinate representation of color #1288BB: hue angle of 198.11º 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 #1288BB is Cyan = 0.90, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 18 | 136 | 187 | - |
| CMYK | 0.90 | 0.27 | 0 | 0.27 |
| HSL | 198.11º | 0.82% | 0.4% | - |
| HSV(B) | 198.11º | 0.9% | 0.73% | - |
| XYZ | 18.02 | 21.32 | 50.18 | - |
| YUV | 106.53 | 173.41 | 64.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 136 | 187 | 0.90 | 0.27 | 0 | 0.27 | 198.11 | 0.82 | 0.4 |
| Hex | 12 | 88 | BB | 5A | 1B | 0 | 1B | C6 | 52 | 28 |
| Octal | 22 | 210 | 273 | 132 | 33 | 0 | 33 | 306 | 122 | 50 |
| Binary | 10010 | 10001000 | 10111011 | 1011010 | 11011 | 0 | 11011 | 11000110 | 1010010 | 101000 |
Color Harmonies of #1288BB
Complementary color
Monochromatic Colors of #1288BB
Black with #1288BB
Text Example
Text Example
White with #1288BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1288BB; }
p { color: rgb(18,136,187); }
H1.HeaderClassName
{
color: #1288BB;
}
.AnyTagClassName
{
color: #1288BB;
}
</style>
background-color css
<style>
a { background-color: #1288BB; }
a { background-color: rgb(18,136,187); }
div.DivClassName
{
background-color: #1288BB;
}
.BgClassName
{
background-color: #1288BB;
}
</style>
border-color css
<style>
span { border-color: #1288BB; }
span { border-color: rgb(18,136,187); }
td.TdClassName
{
border-color: #1288BB;
}
.TagClassName
{
border-color: #1288BB;
}
</style>