Shades of Bondi Blue #1287BC
Tints of Bondi Blue #1287BC
RGB
CMYK
RGB Variations
Color information
#1287BC (or 0x1287BC) is known color: Bondi Blue. HEX triplet: 12, 87 and BC. RGB value is (18,135,188). Sum of RGB (Red+Green+Blue) = 18+135+188=341 (45% of max value = 765). Red value is 18 (7.42% from 255 or 5.28% from 341); Green value is 135 (53.12% from 255 or 39.59% from 341); Blue value is 188 (73.83% from 255 or 55.13% from 341); Max value from RGB is 188 - color contains mainly: blue. Hex color #1287BC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1287BC is #ED7843. Grayscale: #696969. Windows color (decimal): -15562820 or 12355346. OLE color: 12355346.
HSL color Cylindrical-coordinate representation of color #1287BC: hue angle of 198.71º 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 #1287BC is Cyan = 0.90, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 18 | 135 | 188 | - |
| CMYK | 0.90 | 0.28 | 0 | 0.26 |
| HSL | 198.71º | 0.83% | 0.4% | - |
| HSV(B) | 198.71º | 0.9% | 0.74% | - |
| XYZ | 17.99 | 21.09 | 50.7 | - |
| YUV | 106.06 | 174.24 | 65.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 135 | 188 | 0.90 | 0.28 | 0 | 0.26 | 198.71 | 0.83 | 0.4 |
| Hex | 12 | 87 | BC | 5A | 1C | 0 | 1A | C7 | 53 | 28 |
| Octal | 22 | 207 | 274 | 132 | 34 | 0 | 32 | 307 | 123 | 50 |
| Binary | 10010 | 10000111 | 10111100 | 1011010 | 11100 | 0 | 11010 | 11000111 | 1010011 | 101000 |
Color Harmonies of #1287BC
Complementary color
Monochromatic Colors of #1287BC
Black with #1287BC
Text Example
Text Example
White with #1287BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1287BC; }
p { color: rgb(18,135,188); }
H1.HeaderClassName
{
color: #1287BC;
}
.AnyTagClassName
{
color: #1287BC;
}
</style>
background-color css
<style>
a { background-color: #1287BC; }
a { background-color: rgb(18,135,188); }
div.DivClassName
{
background-color: #1287BC;
}
.BgClassName
{
background-color: #1287BC;
}
</style>
border-color css
<style>
span { border-color: #1287BC; }
span { border-color: rgb(18,135,188); }
td.TdClassName
{
border-color: #1287BC;
}
.TagClassName
{
border-color: #1287BC;
}
</style>