Shades of Bondi Blue #1588BE
Tints of Bondi Blue #1588BE
RGB
CMYK
RGB Variations
Color information
#1588BE (or 0x1588BE) is known color: Bondi Blue. HEX triplet: 15, 88 and BE. RGB value is (21,136,190). Sum of RGB (Red+Green+Blue) = 21+136+190=347 (45% of max value = 765). Red value is 21 (8.59% from 255 or 6.05% from 347); Green value is 136 (53.52% from 255 or 39.19% from 347); Blue value is 190 (74.61% from 255 or 54.76% from 347); Max value from RGB is 190 - color contains mainly: blue. Hex color #1588BE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1588BE is #EA7741. Grayscale: #6B6B6B. Windows color (decimal): -15365954 or 12486677. OLE color: 12486677.
HSL color Cylindrical-coordinate representation of color #1588BE: hue angle of 199.17º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1588BE is Cyan = 0.89, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 21 | 136 | 190 | - |
| CMYK | 0.89 | 0.28 | 0 | 0.25 |
| HSL | 199.17º | 0.8% | 0.41% | - |
| HSV(B) | 199.17º | 0.89% | 0.75% | - |
| XYZ | 18.41 | 21.49 | 51.89 | - |
| YUV | 107.77 | 174.4 | 66.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 136 | 190 | 0.89 | 0.28 | 0 | 0.25 | 199.17 | 0.8 | 0.41 |
| Hex | 15 | 88 | BE | 59 | 1C | 0 | 19 | C7 | 50 | 29 |
| Octal | 25 | 210 | 276 | 131 | 34 | 0 | 31 | 307 | 120 | 51 |
| Binary | 10101 | 10001000 | 10111110 | 1011001 | 11100 | 0 | 11001 | 11000111 | 1010000 | 101001 |
Color Harmonies of #1588BE
Complementary color
Monochromatic Colors of #1588BE
Black with #1588BE
Text Example
Text Example
White with #1588BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1588BE; }
p { color: rgb(21,136,190); }
H1.HeaderClassName
{
color: #1588BE;
}
.AnyTagClassName
{
color: #1588BE;
}
</style>
background-color css
<style>
a { background-color: #1588BE; }
a { background-color: rgb(21,136,190); }
div.DivClassName
{
background-color: #1588BE;
}
.BgClassName
{
background-color: #1588BE;
}
</style>
border-color css
<style>
span { border-color: #1588BE; }
span { border-color: rgb(21,136,190); }
td.TdClassName
{
border-color: #1588BE;
}
.TagClassName
{
border-color: #1588BE;
}
</style>