Shades of Bondi Blue #1083BD
Tints of Bondi Blue #1083BD
RGB
CMYK
RGB Variations
Color information
#1083BD (or 0x1083BD) is known color: Bondi Blue. HEX triplet: 10, 83 and BD. RGB value is (16,131,189). Sum of RGB (Red+Green+Blue) = 16+131+189=336 (44% of max value = 765). Red value is 16 (6.64% from 255 or 4.76% from 336); Green value is 131 (51.56% from 255 or 38.99% from 336); Blue value is 189 (74.22% from 255 or 56.25% from 336); Max value from RGB is 189 - color contains mainly: blue. Hex color #1083BD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1083BD is #EF7C42. Grayscale: #666666. Windows color (decimal): -15694915 or 12419856. OLE color: 12419856.
HSL color Cylindrical-coordinate representation of color #1083BD: hue angle of 200.12º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1083BD is Cyan = 0.92, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 16 | 131 | 189 | - |
| CMYK | 0.92 | 0.31 | 0 | 0.26 |
| HSL | 200.12º | 0.84% | 0.4% | - |
| HSV(B) | 200.12º | 0.92% | 0.74% | - |
| XYZ | 17.52 | 20.02 | 51.08 | - |
| YUV | 103.23 | 176.4 | 65.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 131 | 189 | 0.92 | 0.31 | 0 | 0.26 | 200.12 | 0.84 | 0.4 |
| Hex | 10 | 83 | BD | 5C | 1F | 0 | 1A | C8 | 54 | 28 |
| Octal | 20 | 203 | 275 | 134 | 37 | 0 | 32 | 310 | 124 | 50 |
| Binary | 10000 | 10000011 | 10111101 | 1011100 | 11111 | 0 | 11010 | 11001000 | 1010100 | 101000 |
Color Harmonies of #1083BD
Complementary color
Monochromatic Colors of #1083BD
Black with #1083BD
Text Example
Text Example
White with #1083BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1083BD; }
p { color: rgb(16,131,189); }
H1.HeaderClassName
{
color: #1083BD;
}
.AnyTagClassName
{
color: #1083BD;
}
</style>
background-color css
<style>
a { background-color: #1083BD; }
a { background-color: rgb(16,131,189); }
div.DivClassName
{
background-color: #1083BD;
}
.BgClassName
{
background-color: #1083BD;
}
</style>
border-color css
<style>
span { border-color: #1083BD; }
span { border-color: rgb(16,131,189); }
td.TdClassName
{
border-color: #1083BD;
}
.TagClassName
{
border-color: #1083BD;
}
</style>