Shades of Bondi Blue #1583BC
Tints of Bondi Blue #1583BC
RGB
CMYK
RGB Variations
Color information
#1583BC (or 0x1583BC) is known color: Bondi Blue. HEX triplet: 15, 83 and BC. RGB value is (21,131,188). Sum of RGB (Red+Green+Blue) = 21+131+188=340 (45% of max value = 765). Red value is 21 (8.59% from 255 or 6.18% from 340); Green value is 131 (51.56% from 255 or 38.53% from 340); Blue value is 188 (73.83% from 255 or 55.29% from 340); Max value from RGB is 188 - color contains mainly: blue. Hex color #1583BC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1583BC is #EA7C43. Grayscale: #686868. Windows color (decimal): -15367236 or 12354325. OLE color: 12354325.
HSL color Cylindrical-coordinate representation of color #1583BC: hue angle of 200.48º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1583BC is Cyan = 0.89, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 21 | 131 | 188 | - |
| CMYK | 0.89 | 0.30 | 0 | 0.26 |
| HSL | 200.48º | 0.8% | 0.41% | - |
| HSV(B) | 200.48º | 0.89% | 0.74% | - |
| XYZ | 17.5 | 20.02 | 50.52 | - |
| YUV | 104.61 | 175.06 | 68.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 131 | 188 | 0.89 | 0.30 | 0 | 0.26 | 200.48 | 0.8 | 0.41 |
| Hex | 15 | 83 | BC | 59 | 1E | 0 | 1A | C8 | 50 | 29 |
| Octal | 25 | 203 | 274 | 131 | 36 | 0 | 32 | 310 | 120 | 51 |
| Binary | 10101 | 10000011 | 10111100 | 1011001 | 11110 | 0 | 11010 | 11001000 | 1010000 | 101001 |
Color Harmonies of #1583BC
Complementary color
Monochromatic Colors of #1583BC
Black with #1583BC
Text Example
Text Example
White with #1583BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1583BC; }
p { color: rgb(21,131,188); }
H1.HeaderClassName
{
color: #1583BC;
}
.AnyTagClassName
{
color: #1583BC;
}
</style>
background-color css
<style>
a { background-color: #1583BC; }
a { background-color: rgb(21,131,188); }
div.DivClassName
{
background-color: #1583BC;
}
.BgClassName
{
background-color: #1583BC;
}
</style>
border-color css
<style>
span { border-color: #1583BC; }
span { border-color: rgb(21,131,188); }
td.TdClassName
{
border-color: #1583BC;
}
.TagClassName
{
border-color: #1583BC;
}
</style>