Shades of Bondi Blue #018FBD
Tints of Bondi Blue #018FBD
RGB
CMYK
RGB Variations
Color information
#018FBD (or 0x018FBD) is known color: Bondi Blue. HEX triplet: 01, 8F and BD. RGB value is (1,143,189). Sum of RGB (Red+Green+Blue) = 1+143+189=333 (44% of max value = 765). Red value is 1 (0.78% from 255 or 0.30% from 333); Green value is 143 (56.25% from 255 or 42.94% from 333); Blue value is 189 (74.22% from 255 or 56.76% from 333); Max value from RGB is 189 - color contains mainly: blue. Hex color #018FBD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #018FBD is #FE7042. Grayscale: #696969. Windows color (decimal): -16674883 or 12422913. OLE color: 12422913.
HSL color Cylindrical-coordinate representation of color #018FBD: hue angle of 194.68º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #018FBD is Cyan = 0.99, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 1 | 143 | 189 | - |
| CMYK | 0.99 | 0.24 | 0 | 0.26 |
| HSL | 194.68º | 0.99% | 0.37% | - |
| HSV(B) | 194.68º | 0.99% | 0.74% | - |
| XYZ | 19.02 | 23.33 | 51.64 | - |
| YUV | 105.79 | 174.96 | 53.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 143 | 189 | 0.99 | 0.24 | 0 | 0.26 | 194.68 | 0.99 | 0.37 |
| Hex | 1 | 8F | BD | 63 | 18 | 0 | 1A | C3 | 63 | 25 |
| Octal | 1 | 217 | 275 | 143 | 30 | 0 | 32 | 303 | 143 | 45 |
| Binary | 1 | 10001111 | 10111101 | 1100011 | 11000 | 0 | 11010 | 11000011 | 1100011 | 100101 |
Color Harmonies of #018FBD
Complementary color
Monochromatic Colors of #018FBD
Black with #018FBD
Text Example
Text Example
White with #018FBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #018FBD; }
p { color: rgb(1,143,189); }
H1.HeaderClassName
{
color: #018FBD;
}
.AnyTagClassName
{
color: #018FBD;
}
</style>
background-color css
<style>
a { background-color: #018FBD; }
a { background-color: rgb(1,143,189); }
div.DivClassName
{
background-color: #018FBD;
}
.BgClassName
{
background-color: #018FBD;
}
</style>
border-color css
<style>
span { border-color: #018FBD; }
span { border-color: rgb(1,143,189); }
td.TdClassName
{
border-color: #018FBD;
}
.TagClassName
{
border-color: #018FBD;
}
</style>