Shades of Bondi Blue #018FAE
Tints of Bondi Blue #018FAE
RGB
CMYK
RGB Variations
Color information
#018FAE (or 0x018FAE) is known color: Bondi Blue. HEX triplet: 01, 8F and AE. RGB value is (1,143,174). Sum of RGB (Red+Green+Blue) = 1+143+174=318 (42% of max value = 765). Red value is 1 (0.78% from 255 or 0.31% from 318); Green value is 143 (56.25% from 255 or 44.97% from 318); Blue value is 174 (68.36% from 255 or 54.72% from 318); Max value from RGB is 174 - color contains mainly: blue. Hex color #018FAE is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #018FAE is #FE7051. Grayscale: #676767. Windows color (decimal): -16674898 or 11439873. OLE color: 11439873.
HSL color Cylindrical-coordinate representation of color #018FAE: hue angle of 190.75º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #018FAE is Cyan = 0.99, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 1 | 143 | 174 | - |
| CMYK | 0.99 | 0.18 | 0 | 0.32 |
| HSL | 190.75º | 0.99% | 0.34% | - |
| HSV(B) | 190.75º | 0.99% | 0.68% | - |
| XYZ | 17.47 | 22.71 | 43.51 | - |
| YUV | 104.08 | 167.46 | 54.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 143 | 174 | 0.99 | 0.18 | 0 | 0.32 | 190.75 | 0.99 | 0.34 |
| Hex | 1 | 8F | AE | 63 | 12 | 0 | 20 | BF | 63 | 22 |
| Octal | 1 | 217 | 256 | 143 | 22 | 0 | 40 | 277 | 143 | 42 |
| Binary | 1 | 10001111 | 10101110 | 1100011 | 10010 | 0 | 100000 | 10111111 | 1100011 | 100010 |
Color Harmonies of #018FAE
Complementary color
Monochromatic Colors of #018FAE
Black with #018FAE
Text Example
Text Example
White with #018FAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #018FAE; }
p { color: rgb(1,143,174); }
H1.HeaderClassName
{
color: #018FAE;
}
.AnyTagClassName
{
color: #018FAE;
}
</style>
background-color css
<style>
a { background-color: #018FAE; }
a { background-color: rgb(1,143,174); }
div.DivClassName
{
background-color: #018FAE;
}
.BgClassName
{
background-color: #018FAE;
}
</style>
border-color css
<style>
span { border-color: #018FAE; }
span { border-color: rgb(1,143,174); }
td.TdClassName
{
border-color: #018FAE;
}
.TagClassName
{
border-color: #018FAE;
}
</style>