Shades of Bondi Blue #018CB8
Tints of Bondi Blue #018CB8
RGB
CMYK
RGB Variations
Color information
#018CB8 (or 0x018CB8) is known color: Bondi Blue. HEX triplet: 01, 8C and B8. RGB value is (1,140,184). Sum of RGB (Red+Green+Blue) = 1+140+184=325 (43% of max value = 765). Red value is 1 (0.78% from 255 or 0.31% from 325); Green value is 140 (55.08% from 255 or 43.08% from 325); Blue value is 184 (72.27% from 255 or 56.62% from 325); Max value from RGB is 184 - color contains mainly: blue. Hex color #018CB8 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #018CB8 is #FE7347. Grayscale: #676767. Windows color (decimal): -16675656 or 12094465. OLE color: 12094465.
HSL color Cylindrical-coordinate representation of color #018CB8: hue angle of 194.43º degrees, saturation: 0.99, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #018CB8 is Cyan = 0.99, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 1 | 140 | 184 | - |
| CMYK | 0.99 | 0.24 | 0 | 0.28 |
| HSL | 194.43º | 0.99% | 0.36% | - |
| HSV(B) | 194.43º | 0.99% | 0.72% | - |
| XYZ | 18.04 | 22.22 | 48.69 | - |
| YUV | 103.46 | 173.45 | 54.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 140 | 184 | 0.99 | 0.24 | 0 | 0.28 | 194.43 | 0.99 | 0.36 |
| Hex | 1 | 8C | B8 | 63 | 18 | 0 | 1C | C2 | 63 | 24 |
| Octal | 1 | 214 | 270 | 143 | 30 | 0 | 34 | 302 | 143 | 44 |
| Binary | 1 | 10001100 | 10111000 | 1100011 | 11000 | 0 | 11100 | 11000010 | 1100011 | 100100 |
Color Harmonies of #018CB8
Complementary color
Monochromatic Colors of #018CB8
Black with #018CB8
Text Example
Text Example
White with #018CB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #018CB8; }
p { color: rgb(1,140,184); }
H1.HeaderClassName
{
color: #018CB8;
}
.AnyTagClassName
{
color: #018CB8;
}
</style>
background-color css
<style>
a { background-color: #018CB8; }
a { background-color: rgb(1,140,184); }
div.DivClassName
{
background-color: #018CB8;
}
.BgClassName
{
background-color: #018CB8;
}
</style>
border-color css
<style>
span { border-color: #018CB8; }
span { border-color: rgb(1,140,184); }
td.TdClassName
{
border-color: #018CB8;
}
.TagClassName
{
border-color: #018CB8;
}
</style>