Shades of Bondi Blue #018AB9
Tints of Bondi Blue #018AB9
RGB
CMYK
RGB Variations
Color information
#018AB9 (or 0x018AB9) is known color: Bondi Blue. HEX triplet: 01, 8A and B9. RGB value is (1,138,185). Sum of RGB (Red+Green+Blue) = 1+138+185=324 (42% of max value = 765). Red value is 1 (0.78% from 255 or 0.31% from 324); Green value is 138 (54.30% from 255 or 42.59% from 324); Blue value is 185 (72.66% from 255 or 57.10% from 324); Max value from RGB is 185 - color contains mainly: blue. Hex color #018AB9 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #018AB9 is #FE7546. Grayscale: #666666. Windows color (decimal): -16676167 or 12159489. OLE color: 12159489.
HSL color Cylindrical-coordinate representation of color #018AB9: hue angle of 195.33º degrees, saturation: 0.99, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #018AB9 is Cyan = 0.99, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 1 | 138 | 185 | - |
| CMYK | 0.99 | 0.25 | 0 | 0.27 |
| HSL | 195.33º | 0.99% | 0.36% | - |
| HSV(B) | 195.33º | 0.99% | 0.73% | - |
| XYZ | 17.86 | 21.69 | 49.14 | - |
| YUV | 102.4 | 174.61 | 55.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 138 | 185 | 0.99 | 0.25 | 0 | 0.27 | 195.33 | 0.99 | 0.36 |
| Hex | 1 | 8A | B9 | 63 | 19 | 0 | 1B | C3 | 63 | 24 |
| Octal | 1 | 212 | 271 | 143 | 31 | 0 | 33 | 303 | 143 | 44 |
| Binary | 1 | 10001010 | 10111001 | 1100011 | 11001 | 0 | 11011 | 11000011 | 1100011 | 100100 |
Color Harmonies of #018AB9
Complementary color
Monochromatic Colors of #018AB9
Black with #018AB9
Text Example
Text Example
White with #018AB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #018AB9; }
p { color: rgb(1,138,185); }
H1.HeaderClassName
{
color: #018AB9;
}
.AnyTagClassName
{
color: #018AB9;
}
</style>
background-color css
<style>
a { background-color: #018AB9; }
a { background-color: rgb(1,138,185); }
div.DivClassName
{
background-color: #018AB9;
}
.BgClassName
{
background-color: #018AB9;
}
</style>
border-color css
<style>
span { border-color: #018AB9; }
span { border-color: rgb(1,138,185); }
td.TdClassName
{
border-color: #018AB9;
}
.TagClassName
{
border-color: #018AB9;
}
</style>