Shades of Bondi Blue #018CAF
Tints of Bondi Blue #018CAF
RGB
CMYK
RGB Variations
Color information
#018CAF (or 0x018CAF) is known color: Bondi Blue. HEX triplet: 01, 8C and AF. RGB value is (1,140,175). Sum of RGB (Red+Green+Blue) = 1+140+175=316 (41% of max value = 765). Red value is 1 (0.78% from 255 or 0.32% from 316); Green value is 140 (55.08% from 255 or 44.30% from 316); Blue value is 175 (68.75% from 255 or 55.38% from 316); Max value from RGB is 175 - color contains mainly: blue. Hex color #018CAF is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #018CAF is #FE7350. Grayscale: #666666. Windows color (decimal): -16675665 or 11504641. OLE color: 11504641.
HSL color Cylindrical-coordinate representation of color #018CAF: hue angle of 192.07º 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 #018CAF is Cyan = 0.99, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 1 | 140 | 175 | - |
| CMYK | 0.99 | 0.2 | 0 | 0.31 |
| HSL | 192.07º | 0.99% | 0.35% | - |
| HSV(B) | 192.07º | 0.99% | 0.69% | - |
| XYZ | 17.13 | 21.86 | 43.87 | - |
| YUV | 102.43 | 168.95 | 55.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 140 | 175 | 0.99 | 0.2 | 0 | 0.31 | 192.07 | 0.99 | 0.35 |
| Hex | 1 | 8C | AF | 63 | 14 | 0 | 1F | C0 | 63 | 23 |
| Octal | 1 | 214 | 257 | 143 | 24 | 0 | 37 | 300 | 143 | 43 |
| Binary | 1 | 10001100 | 10101111 | 1100011 | 10100 | 0 | 11111 | 11000000 | 1100011 | 100011 |
Color Harmonies of #018CAF
Complementary color
Monochromatic Colors of #018CAF
Black with #018CAF
Text Example
Text Example
White with #018CAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #018CAF; }
p { color: rgb(1,140,175); }
H1.HeaderClassName
{
color: #018CAF;
}
.AnyTagClassName
{
color: #018CAF;
}
</style>
background-color css
<style>
a { background-color: #018CAF; }
a { background-color: rgb(1,140,175); }
div.DivClassName
{
background-color: #018CAF;
}
.BgClassName
{
background-color: #018CAF;
}
</style>
border-color css
<style>
span { border-color: #018CAF; }
span { border-color: rgb(1,140,175); }
td.TdClassName
{
border-color: #018CAF;
}
.TagClassName
{
border-color: #018CAF;
}
</style>