Shades of Bondi Blue #1085C3
Tints of Bondi Blue #1085C3
RGB
CMYK
RGB Variations
Color information
#1085C3 (or 0x1085C3) is known color: Bondi Blue. HEX triplet: 10, 85 and C3. RGB value is (16,133,195). Sum of RGB (Red+Green+Blue) = 16+133+195=344 (45% of max value = 765). Red value is 16 (6.64% from 255 or 4.65% from 344); Green value is 133 (52.34% from 255 or 38.66% from 344); Blue value is 195 (76.56% from 255 or 56.69% from 344); Max value from RGB is 195 - color contains mainly: blue. Hex color #1085C3 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1085C3 is #EF7A3C. Grayscale: #686868. Windows color (decimal): -15694397 or 12813584. OLE color: 12813584.
HSL color Cylindrical-coordinate representation of color #1085C3: hue angle of 200.78º 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 #1085C3 is Cyan = 0.92, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 16 | 133 | 195 | - |
| CMYK | 0.92 | 0.32 | 0 | 0.24 |
| HSL | 200.78º | 0.85% | 0.41% | - |
| HSV(B) | 200.78º | 0.92% | 0.76% | - |
| XYZ | 18.45 | 20.83 | 54.68 | - |
| YUV | 105.09 | 178.74 | 64.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 133 | 195 | 0.92 | 0.32 | 0 | 0.24 | 200.78 | 0.85 | 0.41 |
| Hex | 10 | 85 | C3 | 5C | 20 | 0 | 18 | C9 | 55 | 29 |
| Octal | 20 | 205 | 303 | 134 | 40 | 0 | 30 | 311 | 125 | 51 |
| Binary | 10000 | 10000101 | 11000011 | 1011100 | 100000 | 0 | 11000 | 11001001 | 1010101 | 101001 |
Color Harmonies of #1085C3
Complementary color
Monochromatic Colors of #1085C3
Black with #1085C3
Text Example
Text Example
White with #1085C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1085C3; }
p { color: rgb(16,133,195); }
H1.HeaderClassName
{
color: #1085C3;
}
.AnyTagClassName
{
color: #1085C3;
}
</style>
background-color css
<style>
a { background-color: #1085C3; }
a { background-color: rgb(16,133,195); }
div.DivClassName
{
background-color: #1085C3;
}
.BgClassName
{
background-color: #1085C3;
}
</style>
border-color css
<style>
span { border-color: #1085C3; }
span { border-color: rgb(16,133,195); }
td.TdClassName
{
border-color: #1085C3;
}
.TagClassName
{
border-color: #1085C3;
}
</style>