Shades of Bondi Blue #018FBB
Tints of Bondi Blue #018FBB
RGB
CMYK
RGB Variations
Color information
#018FBB (or 0x018FBB) is known color: Bondi Blue. HEX triplet: 01, 8F and BB. RGB value is (1,143,187). Sum of RGB (Red+Green+Blue) = 1+143+187=331 (43% of max value = 765). Red value is 1 (0.78% from 255 or 0.30% from 331); Green value is 143 (56.25% from 255 or 43.20% from 331); Blue value is 187 (73.44% from 255 or 56.50% from 331); Max value from RGB is 187 - color contains mainly: blue. Hex color #018FBB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #018FBB is #FE7044. Grayscale: #696969. Windows color (decimal): -16674885 or 12291841. OLE color: 12291841.
HSL color Cylindrical-coordinate representation of color #018FBB: hue angle of 194.19º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #018FBB is Cyan = 0.99, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 1 | 143 | 187 | - |
| CMYK | 0.99 | 0.24 | 0 | 0.27 |
| HSL | 194.19º | 0.99% | 0.37% | - |
| HSV(B) | 194.19º | 0.99% | 0.73% | - |
| XYZ | 18.8 | 23.24 | 50.51 | - |
| YUV | 105.56 | 173.96 | 53.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 143 | 187 | 0.99 | 0.24 | 0 | 0.27 | 194.19 | 0.99 | 0.37 |
| Hex | 1 | 8F | BB | 63 | 18 | 0 | 1B | C2 | 63 | 25 |
| Octal | 1 | 217 | 273 | 143 | 30 | 0 | 33 | 302 | 143 | 45 |
| Binary | 1 | 10001111 | 10111011 | 1100011 | 11000 | 0 | 11011 | 11000010 | 1100011 | 100101 |
Color Harmonies of #018FBB
Complementary color
Monochromatic Colors of #018FBB
Black with #018FBB
Text Example
Text Example
White with #018FBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #018FBB; }
p { color: rgb(1,143,187); }
H1.HeaderClassName
{
color: #018FBB;
}
.AnyTagClassName
{
color: #018FBB;
}
</style>
background-color css
<style>
a { background-color: #018FBB; }
a { background-color: rgb(1,143,187); }
div.DivClassName
{
background-color: #018FBB;
}
.BgClassName
{
background-color: #018FBB;
}
</style>
border-color css
<style>
span { border-color: #018FBB; }
span { border-color: rgb(1,143,187); }
td.TdClassName
{
border-color: #018FBB;
}
.TagClassName
{
border-color: #018FBB;
}
</style>