Shades of Bondi Blue #1288B2
Tints of Bondi Blue #1288B2
RGB
CMYK
RGB Variations
Color information
#1288B2 (or 0x1288B2) is known color: Bondi Blue. HEX triplet: 12, 88 and B2. RGB value is (18,136,178). Sum of RGB (Red+Green+Blue) = 18+136+178=332 (43% of max value = 765). Red value is 18 (7.42% from 255 or 5.42% from 332); Green value is 136 (53.52% from 255 or 40.96% from 332); Blue value is 178 (69.92% from 255 or 53.61% from 332); Max value from RGB is 178 - color contains mainly: blue. Hex color #1288B2 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1288B2 is #ED774D. Grayscale: #696969. Windows color (decimal): -15562574 or 11700242. OLE color: 11700242.
HSL color Cylindrical-coordinate representation of color #1288B2: hue angle of 195.75º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1288B2 is Cyan = 0.90, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 18 | 136 | 178 | - |
| CMYK | 0.90 | 0.24 | 0 | 0.30 |
| HSL | 195.75º | 0.82% | 0.38% | - |
| HSV(B) | 195.75º | 0.9% | 0.7% | - |
| XYZ | 17.09 | 20.95 | 45.26 | - |
| YUV | 105.51 | 168.91 | 65.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 136 | 178 | 0.90 | 0.24 | 0 | 0.30 | 195.75 | 0.82 | 0.38 |
| Hex | 12 | 88 | B2 | 5A | 18 | 0 | 1E | C4 | 52 | 26 |
| Octal | 22 | 210 | 262 | 132 | 30 | 0 | 36 | 304 | 122 | 46 |
| Binary | 10010 | 10001000 | 10110010 | 1011010 | 11000 | 0 | 11110 | 11000100 | 1010010 | 100110 |
Color Harmonies of #1288B2
Complementary color
Monochromatic Colors of #1288B2
Black with #1288B2
Text Example
Text Example
White with #1288B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1288B2; }
p { color: rgb(18,136,178); }
H1.HeaderClassName
{
color: #1288B2;
}
.AnyTagClassName
{
color: #1288B2;
}
</style>
background-color css
<style>
a { background-color: #1288B2; }
a { background-color: rgb(18,136,178); }
div.DivClassName
{
background-color: #1288B2;
}
.BgClassName
{
background-color: #1288B2;
}
</style>
border-color css
<style>
span { border-color: #1288B2; }
span { border-color: rgb(18,136,178); }
td.TdClassName
{
border-color: #1288B2;
}
.TagClassName
{
border-color: #1288B2;
}
</style>