Shades of Bondi Blue #018BB9
Tints of Bondi Blue #018BB9
RGB
CMYK
RGB Variations
Color information
#018BB9 (or 0x018BB9) is known color: Bondi Blue. HEX triplet: 01, 8B and B9. RGB value is (1,139,185). Sum of RGB (Red+Green+Blue) = 1+139+185=325 (43% of max value = 765). Red value is 1 (0.78% from 255 or 0.31% from 325); Green value is 139 (54.69% from 255 or 42.77% from 325); Blue value is 185 (72.66% from 255 or 56.92% from 325); Max value from RGB is 185 - color contains mainly: blue. Hex color #018BB9 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #018BB9 is #FE7446. Grayscale: #666666. Windows color (decimal): -16675911 or 12159745. OLE color: 12159745.
HSL color Cylindrical-coordinate representation of color #018BB9: hue angle of 195º 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 #018BB9 is Cyan = 0.99, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 1 | 139 | 185 | - |
| CMYK | 0.99 | 0.25 | 0 | 0.27 |
| HSL | 195º | 0.99% | 0.36% | - |
| HSV(B) | 195º | 0.99% | 0.73% | - |
| XYZ | 18 | 21.97 | 49.19 | - |
| YUV | 102.98 | 174.28 | 55.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 139 | 185 | 0.99 | 0.25 | 0 | 0.27 | 195 | 0.99 | 0.36 |
| Hex | 1 | 8B | B9 | 63 | 19 | 0 | 1B | C3 | 63 | 24 |
| Octal | 1 | 213 | 271 | 143 | 31 | 0 | 33 | 303 | 143 | 44 |
| Binary | 1 | 10001011 | 10111001 | 1100011 | 11001 | 0 | 11011 | 11000011 | 1100011 | 100100 |
Color Harmonies of #018BB9
Complementary color
Monochromatic Colors of #018BB9
Black with #018BB9
Text Example
Text Example
White with #018BB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #018BB9; }
p { color: rgb(1,139,185); }
H1.HeaderClassName
{
color: #018BB9;
}
.AnyTagClassName
{
color: #018BB9;
}
</style>
background-color css
<style>
a { background-color: #018BB9; }
a { background-color: rgb(1,139,185); }
div.DivClassName
{
background-color: #018BB9;
}
.BgClassName
{
background-color: #018BB9;
}
</style>
border-color css
<style>
span { border-color: #018BB9; }
span { border-color: rgb(1,139,185); }
td.TdClassName
{
border-color: #018BB9;
}
.TagClassName
{
border-color: #018BB9;
}
</style>