Shades of Bondi Blue #1285B8
Tints of Bondi Blue #1285B8
RGB
CMYK
RGB Variations
Color information
#1285B8 (or 0x1285B8) is known color: Bondi Blue. HEX triplet: 12, 85 and B8. RGB value is (18,133,184). Sum of RGB (Red+Green+Blue) = 18+133+184=335 (44% of max value = 765). Red value is 18 (7.42% from 255 or 5.37% from 335); Green value is 133 (52.34% from 255 or 39.70% from 335); Blue value is 184 (72.27% from 255 or 54.93% from 335); Max value from RGB is 184 - color contains mainly: blue. Hex color #1285B8 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1285B8 is #ED7A47. Grayscale: #686868. Windows color (decimal): -15563336 or 12092690. OLE color: 12092690.
HSL color Cylindrical-coordinate representation of color #1285B8: hue angle of 198.43º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1285B8 is Cyan = 0.90, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 18 | 133 | 184 | - |
| CMYK | 0.90 | 0.28 | 0 | 0.28 |
| HSL | 198.43º | 0.82% | 0.4% | - |
| HSV(B) | 198.43º | 0.9% | 0.72% | - |
| XYZ | 17.29 | 20.36 | 48.37 | - |
| YUV | 104.43 | 172.9 | 66.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 133 | 184 | 0.90 | 0.28 | 0 | 0.28 | 198.43 | 0.82 | 0.4 |
| Hex | 12 | 85 | B8 | 5A | 1C | 0 | 1C | C6 | 52 | 28 |
| Octal | 22 | 205 | 270 | 132 | 34 | 0 | 34 | 306 | 122 | 50 |
| Binary | 10010 | 10000101 | 10111000 | 1011010 | 11100 | 0 | 11100 | 11000110 | 1010010 | 101000 |
Color Harmonies of #1285B8
Complementary color
Monochromatic Colors of #1285B8
Black with #1285B8
Text Example
Text Example
White with #1285B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1285B8; }
p { color: rgb(18,133,184); }
H1.HeaderClassName
{
color: #1285B8;
}
.AnyTagClassName
{
color: #1285B8;
}
</style>
background-color css
<style>
a { background-color: #1285B8; }
a { background-color: rgb(18,133,184); }
div.DivClassName
{
background-color: #1285B8;
}
.BgClassName
{
background-color: #1285B8;
}
</style>
border-color css
<style>
span { border-color: #1285B8; }
span { border-color: rgb(18,133,184); }
td.TdClassName
{
border-color: #1285B8;
}
.TagClassName
{
border-color: #1285B8;
}
</style>