Shades of Bondi Blue #018AC0
Tints of Bondi Blue #018AC0
RGB
CMYK
RGB Variations
Color information
#018AC0 (or 0x018AC0) is known color: Bondi Blue. HEX triplet: 01, 8A and C0. RGB value is (1,138,192). Sum of RGB (Red+Green+Blue) = 1+138+192=331 (43% of max value = 765). Red value is 1 (0.78% from 255 or 0.30% from 331); Green value is 138 (54.30% from 255 or 41.69% from 331); Blue value is 192 (75.39% from 255 or 58.01% from 331); Max value from RGB is 192 - color contains mainly: blue. Hex color #018AC0 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #018AC0 is #FE753F. Grayscale: #666666. Windows color (decimal): -16676160 or 12618241. OLE color: 12618241.
HSL color Cylindrical-coordinate representation of color #018AC0: hue angle of 196.96º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #018AC0 is Cyan = 0.99, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 1 | 138 | 192 | - |
| CMYK | 0.99 | 0.28 | 0 | 0.25 |
| HSL | 196.96º | 0.99% | 0.38% | - |
| HSV(B) | 196.96º | 0.99% | 0.75% | - |
| XYZ | 18.62 | 21.99 | 53.13 | - |
| YUV | 103.19 | 178.11 | 55.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 138 | 192 | 0.99 | 0.28 | 0 | 0.25 | 196.96 | 0.99 | 0.38 |
| Hex | 1 | 8A | C0 | 63 | 1C | 0 | 19 | C5 | 63 | 26 |
| Octal | 1 | 212 | 300 | 143 | 34 | 0 | 31 | 305 | 143 | 46 |
| Binary | 1 | 10001010 | 11000000 | 1100011 | 11100 | 0 | 11001 | 11000101 | 1100011 | 100110 |
Color Harmonies of #018AC0
Complementary color
Monochromatic Colors of #018AC0
Black with #018AC0
Text Example
Text Example
White with #018AC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #018AC0; }
p { color: rgb(1,138,192); }
H1.HeaderClassName
{
color: #018AC0;
}
.AnyTagClassName
{
color: #018AC0;
}
</style>
background-color css
<style>
a { background-color: #018AC0; }
a { background-color: rgb(1,138,192); }
div.DivClassName
{
background-color: #018AC0;
}
.BgClassName
{
background-color: #018AC0;
}
</style>
border-color css
<style>
span { border-color: #018AC0; }
span { border-color: rgb(1,138,192); }
td.TdClassName
{
border-color: #018AC0;
}
.TagClassName
{
border-color: #018AC0;
}
</style>