Shades of Bondi Blue #018FAC
Tints of Bondi Blue #018FAC
RGB
CMYK
RGB Variations
Color information
#018FAC (or 0x018FAC) is known color: Bondi Blue. HEX triplet: 01, 8F and AC. RGB value is (1,143,172). Sum of RGB (Red+Green+Blue) = 1+143+172=316 (41% of max value = 765). Red value is 1 (0.78% from 255 or 0.32% from 316); Green value is 143 (56.25% from 255 or 45.25% from 316); Blue value is 172 (67.58% from 255 or 54.43% from 316); Max value from RGB is 172 - color contains mainly: blue. Hex color #018FAC is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #018FAC is #FE7053. Grayscale: #676767. Windows color (decimal): -16674900 or 11308801. OLE color: 11308801.
HSL color Cylindrical-coordinate representation of color #018FAC: hue angle of 190.18º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #018FAC is Cyan = 0.99, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 1 | 143 | 172 | - |
| CMYK | 0.99 | 0.17 | 0 | 0.33 |
| HSL | 190.18º | 0.99% | 0.34% | - |
| HSV(B) | 190.18º | 0.99% | 0.67% | - |
| XYZ | 17.28 | 22.63 | 42.49 | - |
| YUV | 103.85 | 166.46 | 54.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 143 | 172 | 0.99 | 0.17 | 0 | 0.33 | 190.18 | 0.99 | 0.34 |
| Hex | 1 | 8F | AC | 63 | 11 | 0 | 21 | BE | 63 | 22 |
| Octal | 1 | 217 | 254 | 143 | 21 | 0 | 41 | 276 | 143 | 42 |
| Binary | 1 | 10001111 | 10101100 | 1100011 | 10001 | 0 | 100001 | 10111110 | 1100011 | 100010 |
Color Harmonies of #018FAC
Complementary color
Monochromatic Colors of #018FAC
Black with #018FAC
Text Example
Text Example
White with #018FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #018FAC; }
p { color: rgb(1,143,172); }
H1.HeaderClassName
{
color: #018FAC;
}
.AnyTagClassName
{
color: #018FAC;
}
</style>
background-color css
<style>
a { background-color: #018FAC; }
a { background-color: rgb(1,143,172); }
div.DivClassName
{
background-color: #018FAC;
}
.BgClassName
{
background-color: #018FAC;
}
</style>
border-color css
<style>
span { border-color: #018FAC; }
span { border-color: rgb(1,143,172); }
td.TdClassName
{
border-color: #018FAC;
}
.TagClassName
{
border-color: #018FAC;
}
</style>