Shades of Bondi Blue #1088C1
Tints of Bondi Blue #1088C1
RGB
CMYK
RGB Variations
Color information
#1088C1 (or 0x1088C1) is known color: Bondi Blue. HEX triplet: 10, 88 and C1. RGB value is (16,136,193). Sum of RGB (Red+Green+Blue) = 16+136+193=345 (45% of max value = 765). Red value is 16 (6.64% from 255 or 4.64% from 345); Green value is 136 (53.52% from 255 or 39.42% from 345); Blue value is 193 (75.78% from 255 or 55.94% from 345); Max value from RGB is 193 - color contains mainly: blue. Hex color #1088C1 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1088C1 is #EF773E. Grayscale: #6A6A6A. Windows color (decimal): -15693631 or 12683280. OLE color: 12683280.
HSL color Cylindrical-coordinate representation of color #1088C1: hue angle of 199.32º 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 #1088C1 is Cyan = 0.92, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 16 | 136 | 193 | - |
| CMYK | 0.92 | 0.30 | 0 | 0.24 |
| HSL | 199.32º | 0.85% | 0.41% | - |
| HSV(B) | 199.32º | 0.92% | 0.76% | - |
| XYZ | 18.64 | 21.57 | 53.63 | - |
| YUV | 106.62 | 176.74 | 63.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 136 | 193 | 0.92 | 0.30 | 0 | 0.24 | 199.32 | 0.85 | 0.41 |
| Hex | 10 | 88 | C1 | 5C | 1E | 0 | 18 | C7 | 55 | 29 |
| Octal | 20 | 210 | 301 | 134 | 36 | 0 | 30 | 307 | 125 | 51 |
| Binary | 10000 | 10001000 | 11000001 | 1011100 | 11110 | 0 | 11000 | 11000111 | 1010101 | 101001 |
Color Harmonies of #1088C1
Complementary color
Monochromatic Colors of #1088C1
Black with #1088C1
Text Example
Text Example
White with #1088C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1088C1; }
p { color: rgb(16,136,193); }
H1.HeaderClassName
{
color: #1088C1;
}
.AnyTagClassName
{
color: #1088C1;
}
</style>
background-color css
<style>
a { background-color: #1088C1; }
a { background-color: rgb(16,136,193); }
div.DivClassName
{
background-color: #1088C1;
}
.BgClassName
{
background-color: #1088C1;
}
</style>
border-color css
<style>
span { border-color: #1088C1; }
span { border-color: rgb(16,136,193); }
td.TdClassName
{
border-color: #1088C1;
}
.TagClassName
{
border-color: #1088C1;
}
</style>