Shades of Bondi Blue #018DB5
Tints of Bondi Blue #018DB5
RGB
CMYK
RGB Variations
Color information
#018DB5 (or 0x018DB5) is known color: Bondi Blue. HEX triplet: 01, 8D and B5. RGB value is (1,141,181). Sum of RGB (Red+Green+Blue) = 1+141+181=323 (42% of max value = 765). Red value is 1 (0.78% from 255 or 0.31% from 323); Green value is 141 (55.47% from 255 or 43.65% from 323); Blue value is 181 (71.09% from 255 or 56.04% from 323); Max value from RGB is 181 - color contains mainly: blue. Hex color #018DB5 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #018DB5 is #FE724A. Grayscale: #676767. Windows color (decimal): -16675403 or 11898113. OLE color: 11898113.
HSL color Cylindrical-coordinate representation of color #018DB5: hue angle of 193.33º degrees, saturation: 0.99, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #018DB5 is Cyan = 0.99, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 1 | 141 | 181 | - |
| CMYK | 0.99 | 0.22 | 0 | 0.29 |
| HSL | 193.33º | 0.99% | 0.36% | - |
| HSV(B) | 193.33º | 0.99% | 0.71% | - |
| XYZ | 17.88 | 22.39 | 47.1 | - |
| YUV | 103.7 | 171.62 | 54.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 141 | 181 | 0.99 | 0.22 | 0 | 0.29 | 193.33 | 0.99 | 0.36 |
| Hex | 1 | 8D | B5 | 63 | 16 | 0 | 1D | C1 | 63 | 24 |
| Octal | 1 | 215 | 265 | 143 | 26 | 0 | 35 | 301 | 143 | 44 |
| Binary | 1 | 10001101 | 10110101 | 1100011 | 10110 | 0 | 11101 | 11000001 | 1100011 | 100100 |
Color Harmonies of #018DB5
Complementary color
Monochromatic Colors of #018DB5
Black with #018DB5
Text Example
Text Example
White with #018DB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #018DB5; }
p { color: rgb(1,141,181); }
H1.HeaderClassName
{
color: #018DB5;
}
.AnyTagClassName
{
color: #018DB5;
}
</style>
background-color css
<style>
a { background-color: #018DB5; }
a { background-color: rgb(1,141,181); }
div.DivClassName
{
background-color: #018DB5;
}
.BgClassName
{
background-color: #018DB5;
}
</style>
border-color css
<style>
span { border-color: #018DB5; }
span { border-color: rgb(1,141,181); }
td.TdClassName
{
border-color: #018DB5;
}
.TagClassName
{
border-color: #018DB5;
}
</style>