Shades of Bondi Blue #018FAF
Tints of Bondi Blue #018FAF
RGB
CMYK
RGB Variations
Color information
#018FAF (or 0x018FAF) is known color: Bondi Blue. HEX triplet: 01, 8F and AF. RGB value is (1,143,175). Sum of RGB (Red+Green+Blue) = 1+143+175=319 (42% of max value = 765). Red value is 1 (0.78% from 255 or 0.31% from 319); Green value is 143 (56.25% from 255 or 44.83% from 319); Blue value is 175 (68.75% from 255 or 54.86% from 319); Max value from RGB is 175 - color contains mainly: blue. Hex color #018FAF is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #018FAF is #FE7050. Grayscale: #676767. Windows color (decimal): -16674897 or 11505409. OLE color: 11505409.
HSL color Cylindrical-coordinate representation of color #018FAF: hue angle of 191.03º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #018FAF is Cyan = 0.99, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 1 | 143 | 175 | - |
| CMYK | 0.99 | 0.18 | 0 | 0.31 |
| HSL | 191.03º | 0.99% | 0.35% | - |
| HSV(B) | 191.03º | 0.99% | 0.69% | - |
| XYZ | 17.57 | 22.75 | 44.02 | - |
| YUV | 104.19 | 167.96 | 54.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 143 | 175 | 0.99 | 0.18 | 0 | 0.31 | 191.03 | 0.99 | 0.35 |
| Hex | 1 | 8F | AF | 63 | 12 | 0 | 1F | BF | 63 | 23 |
| Octal | 1 | 217 | 257 | 143 | 22 | 0 | 37 | 277 | 143 | 43 |
| Binary | 1 | 10001111 | 10101111 | 1100011 | 10010 | 0 | 11111 | 10111111 | 1100011 | 100011 |
Color Harmonies of #018FAF
Complementary color
Monochromatic Colors of #018FAF
Black with #018FAF
Text Example
Text Example
White with #018FAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #018FAF; }
p { color: rgb(1,143,175); }
H1.HeaderClassName
{
color: #018FAF;
}
.AnyTagClassName
{
color: #018FAF;
}
</style>
background-color css
<style>
a { background-color: #018FAF; }
a { background-color: rgb(1,143,175); }
div.DivClassName
{
background-color: #018FAF;
}
.BgClassName
{
background-color: #018FAF;
}
</style>
border-color css
<style>
span { border-color: #018FAF; }
span { border-color: rgb(1,143,175); }
td.TdClassName
{
border-color: #018FAF;
}
.TagClassName
{
border-color: #018FAF;
}
</style>