Shades of Bondi Blue #1284C0
Tints of Bondi Blue #1284C0
RGB
CMYK
RGB Variations
Color information
#1284C0 (or 0x1284C0) is known color: Bondi Blue. HEX triplet: 12, 84 and C0. RGB value is (18,132,192). Sum of RGB (Red+Green+Blue) = 18+132+192=342 (45% of max value = 765). Red value is 18 (7.42% from 255 or 5.26% from 342); Green value is 132 (51.95% from 255 or 38.60% from 342); Blue value is 192 (75.39% from 255 or 56.14% from 342); Max value from RGB is 192 - color contains mainly: blue. Hex color #1284C0 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1284C0 is #ED7B3F. Grayscale: #686868. Windows color (decimal): -15563584 or 12616722. OLE color: 12616722.
HSL color Cylindrical-coordinate representation of color #1284C0: hue angle of 200.69º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1284C0 is Cyan = 0.91, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 18 | 132 | 192 | - |
| CMYK | 0.91 | 0.31 | 0 | 0.25 |
| HSL | 200.69º | 0.83% | 0.41% | - |
| HSV(B) | 200.69º | 0.91% | 0.75% | - |
| XYZ | 18.02 | 20.44 | 52.86 | - |
| YUV | 104.75 | 177.23 | 66.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 132 | 192 | 0.91 | 0.31 | 0 | 0.25 | 200.69 | 0.83 | 0.41 |
| Hex | 12 | 84 | C0 | 5B | 1F | 0 | 19 | C9 | 53 | 29 |
| Octal | 22 | 204 | 300 | 133 | 37 | 0 | 31 | 311 | 123 | 51 |
| Binary | 10010 | 10000100 | 11000000 | 1011011 | 11111 | 0 | 11001 | 11001001 | 1010011 | 101001 |
Color Harmonies of #1284C0
Complementary color
Monochromatic Colors of #1284C0
Black with #1284C0
Text Example
Text Example
White with #1284C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1284C0; }
p { color: rgb(18,132,192); }
H1.HeaderClassName
{
color: #1284C0;
}
.AnyTagClassName
{
color: #1284C0;
}
</style>
background-color css
<style>
a { background-color: #1284C0; }
a { background-color: rgb(18,132,192); }
div.DivClassName
{
background-color: #1284C0;
}
.BgClassName
{
background-color: #1284C0;
}
</style>
border-color css
<style>
span { border-color: #1284C0; }
span { border-color: rgb(18,132,192); }
td.TdClassName
{
border-color: #1284C0;
}
.TagClassName
{
border-color: #1284C0;
}
</style>