Shades of Bondi Blue #1683C0
Tints of Bondi Blue #1683C0
RGB
CMYK
RGB Variations
Color information
#1683C0 (or 0x1683C0) is known color: Bondi Blue. HEX triplet: 16, 83 and C0. RGB value is (22,131,192). Sum of RGB (Red+Green+Blue) = 22+131+192=345 (45% of max value = 765). Red value is 22 (8.98% from 255 or 6.38% from 345); Green value is 131 (51.56% from 255 or 37.97% from 345); Blue value is 192 (75.39% from 255 or 55.65% from 345); Max value from RGB is 192 - color contains mainly: blue. Hex color #1683C0 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1683C0 is #E97C3F. Grayscale: #696969. Windows color (decimal): -15301696 or 12616470. OLE color: 12616470.
HSL color Cylindrical-coordinate representation of color #1683C0: hue angle of 201.53º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1683C0 is Cyan = 0.89, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 22 | 131 | 192 | - |
| CMYK | 0.89 | 0.32 | 0 | 0.25 |
| HSL | 201.53º | 0.79% | 0.42% | - |
| HSV(B) | 201.53º | 0.89% | 0.75% | - |
| XYZ | 17.96 | 20.21 | 52.82 | - |
| YUV | 105.36 | 176.89 | 68.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 131 | 192 | 0.89 | 0.32 | 0 | 0.25 | 201.53 | 0.79 | 0.42 |
| Hex | 16 | 83 | C0 | 59 | 20 | 0 | 19 | CA | 4F | 2A |
| Octal | 26 | 203 | 300 | 131 | 40 | 0 | 31 | 312 | 117 | 52 |
| Binary | 10110 | 10000011 | 11000000 | 1011001 | 100000 | 0 | 11001 | 11001010 | 1001111 | 101010 |
Color Harmonies of #1683C0
Complementary color
Monochromatic Colors of #1683C0
Black with #1683C0
Text Example
Text Example
White with #1683C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1683C0; }
p { color: rgb(22,131,192); }
H1.HeaderClassName
{
color: #1683C0;
}
.AnyTagClassName
{
color: #1683C0;
}
</style>
background-color css
<style>
a { background-color: #1683C0; }
a { background-color: rgb(22,131,192); }
div.DivClassName
{
background-color: #1683C0;
}
.BgClassName
{
background-color: #1683C0;
}
</style>
border-color css
<style>
span { border-color: #1683C0; }
span { border-color: rgb(22,131,192); }
td.TdClassName
{
border-color: #1683C0;
}
.TagClassName
{
border-color: #1683C0;
}
</style>