Shades of Bondi Blue #1288BC
Tints of Bondi Blue #1288BC
RGB
CMYK
RGB Variations
Color information
#1288BC (or 0x1288BC) is known color: Bondi Blue. HEX triplet: 12, 88 and BC. RGB value is (18,136,188). Sum of RGB (Red+Green+Blue) = 18+136+188=342 (45% of max value = 765). Red value is 18 (7.42% from 255 or 5.26% from 342); Green value is 136 (53.52% from 255 or 39.77% from 342); Blue value is 188 (73.83% from 255 or 54.97% from 342); Max value from RGB is 188 - color contains mainly: blue. Hex color #1288BC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1288BC is #ED7743. Grayscale: #6A6A6A. Windows color (decimal): -15562564 or 12355602. OLE color: 12355602.
HSL color Cylindrical-coordinate representation of color #1288BC: hue angle of 198.35º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1288BC is Cyan = 0.90, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 18 | 136 | 188 | - |
| CMYK | 0.90 | 0.28 | 0 | 0.26 |
| HSL | 198.35º | 0.83% | 0.4% | - |
| HSV(B) | 198.35º | 0.9% | 0.74% | - |
| XYZ | 18.13 | 21.37 | 50.75 | - |
| YUV | 106.65 | 173.91 | 64.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 136 | 188 | 0.90 | 0.28 | 0 | 0.26 | 198.35 | 0.83 | 0.4 |
| Hex | 12 | 88 | BC | 5A | 1C | 0 | 1A | C6 | 53 | 28 |
| Octal | 22 | 210 | 274 | 132 | 34 | 0 | 32 | 306 | 123 | 50 |
| Binary | 10010 | 10001000 | 10111100 | 1011010 | 11100 | 0 | 11010 | 11000110 | 1010011 | 101000 |
Color Harmonies of #1288BC
Complementary color
Monochromatic Colors of #1288BC
Black with #1288BC
Text Example
Text Example
White with #1288BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1288BC; }
p { color: rgb(18,136,188); }
H1.HeaderClassName
{
color: #1288BC;
}
.AnyTagClassName
{
color: #1288BC;
}
</style>
background-color css
<style>
a { background-color: #1288BC; }
a { background-color: rgb(18,136,188); }
div.DivClassName
{
background-color: #1288BC;
}
.BgClassName
{
background-color: #1288BC;
}
</style>
border-color css
<style>
span { border-color: #1288BC; }
span { border-color: rgb(18,136,188); }
td.TdClassName
{
border-color: #1288BC;
}
.TagClassName
{
border-color: #1288BC;
}
</style>