Shades of Bondi Blue #018FAB
Tints of Bondi Blue #018FAB
RGB
CMYK
RGB Variations
Color information
#018FAB (or 0x018FAB) is known color: Bondi Blue. HEX triplet: 01, 8F and AB. RGB value is (1,143,171). Sum of RGB (Red+Green+Blue) = 1+143+171=315 (41% of max value = 765). Red value is 1 (0.78% from 255 or 0.32% from 315); Green value is 143 (56.25% from 255 or 45.40% from 315); Blue value is 171 (67.19% from 255 or 54.29% from 315); Max value from RGB is 171 - color contains mainly: blue. Hex color #018FAB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #018FAB is #FE7054. Grayscale: #676767. Windows color (decimal): -16674901 or 11243265. OLE color: 11243265.
HSL color Cylindrical-coordinate representation of color #018FAB: hue angle of 189.88º 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 #018FAB is Cyan = 0.99, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 1 | 143 | 171 | - |
| CMYK | 0.99 | 0.16 | 0 | 0.33 |
| HSL | 189.88º | 0.99% | 0.34% | - |
| HSV(B) | 189.88º | 0.99% | 0.67% | - |
| XYZ | 17.19 | 22.59 | 41.98 | - |
| YUV | 103.73 | 165.96 | 54.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 143 | 171 | 0.99 | 0.16 | 0 | 0.33 | 189.88 | 0.99 | 0.34 |
| Hex | 1 | 8F | AB | 63 | 10 | 0 | 21 | BE | 63 | 22 |
| Octal | 1 | 217 | 253 | 143 | 20 | 0 | 41 | 276 | 143 | 42 |
| Binary | 1 | 10001111 | 10101011 | 1100011 | 10000 | 0 | 100001 | 10111110 | 1100011 | 100010 |
Color Harmonies of #018FAB
Complementary color
Monochromatic Colors of #018FAB
Black with #018FAB
Text Example
Text Example
White with #018FAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #018FAB; }
p { color: rgb(1,143,171); }
H1.HeaderClassName
{
color: #018FAB;
}
.AnyTagClassName
{
color: #018FAB;
}
</style>
background-color css
<style>
a { background-color: #018FAB; }
a { background-color: rgb(1,143,171); }
div.DivClassName
{
background-color: #018FAB;
}
.BgClassName
{
background-color: #018FAB;
}
</style>
border-color css
<style>
span { border-color: #018FAB; }
span { border-color: rgb(1,143,171); }
td.TdClassName
{
border-color: #018FAB;
}
.TagClassName
{
border-color: #018FAB;
}
</style>