Shades of Bondi Blue #1087C1
Tints of Bondi Blue #1087C1
RGB
CMYK
RGB Variations
Color information
#1087C1 (or 0x1087C1) is known color: Bondi Blue. HEX triplet: 10, 87 and C1. RGB value is (16,135,193). Sum of RGB (Red+Green+Blue) = 16+135+193=344 (45% of max value = 765). Red value is 16 (6.64% from 255 or 4.65% from 344); Green value is 135 (53.12% from 255 or 39.24% from 344); Blue value is 193 (75.78% from 255 or 56.10% from 344); Max value from RGB is 193 - color contains mainly: blue. Hex color #1087C1 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1087C1 is #EF783E. Grayscale: #696969. Windows color (decimal): -15693887 or 12683024. OLE color: 12683024.
HSL color Cylindrical-coordinate representation of color #1087C1: hue angle of 199.66º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1087C1 is Cyan = 0.92, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 16 | 135 | 193 | - |
| CMYK | 0.92 | 0.30 | 0 | 0.24 |
| HSL | 199.66º | 0.85% | 0.41% | - |
| HSV(B) | 199.66º | 0.92% | 0.76% | - |
| XYZ | 18.5 | 21.29 | 53.59 | - |
| YUV | 106.03 | 177.08 | 63.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 135 | 193 | 0.92 | 0.30 | 0 | 0.24 | 199.66 | 0.85 | 0.41 |
| Hex | 10 | 87 | C1 | 5C | 1E | 0 | 18 | C8 | 55 | 29 |
| Octal | 20 | 207 | 301 | 134 | 36 | 0 | 30 | 310 | 125 | 51 |
| Binary | 10000 | 10000111 | 11000001 | 1011100 | 11110 | 0 | 11000 | 11001000 | 1010101 | 101001 |
Color Harmonies of #1087C1
Complementary color
Monochromatic Colors of #1087C1
Black with #1087C1
Text Example
Text Example
White with #1087C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1087C1; }
p { color: rgb(16,135,193); }
H1.HeaderClassName
{
color: #1087C1;
}
.AnyTagClassName
{
color: #1087C1;
}
</style>
background-color css
<style>
a { background-color: #1087C1; }
a { background-color: rgb(16,135,193); }
div.DivClassName
{
background-color: #1087C1;
}
.BgClassName
{
background-color: #1087C1;
}
</style>
border-color css
<style>
span { border-color: #1087C1; }
span { border-color: rgb(16,135,193); }
td.TdClassName
{
border-color: #1087C1;
}
.TagClassName
{
border-color: #1087C1;
}
</style>