Shades of Bondi Blue #018FBA
Tints of Bondi Blue #018FBA
RGB
CMYK
RGB Variations
Color information
#018FBA (or 0x018FBA) is known color: Bondi Blue. HEX triplet: 01, 8F and BA. RGB value is (1,143,186). Sum of RGB (Red+Green+Blue) = 1+143+186=330 (43% of max value = 765). Red value is 1 (0.78% from 255 or 0.30% from 330); Green value is 143 (56.25% from 255 or 43.33% from 330); Blue value is 186 (73.05% from 255 or 56.36% from 330); Max value from RGB is 186 - color contains mainly: blue. Hex color #018FBA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #018FBA is #FE7045. Grayscale: #696969. Windows color (decimal): -16674886 or 12226305. OLE color: 12226305.
HSL color Cylindrical-coordinate representation of color #018FBA: hue angle of 193.95º 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 #018FBA is Cyan = 0.99, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 1 | 143 | 186 | - |
| CMYK | 0.99 | 0.23 | 0 | 0.27 |
| HSL | 193.95º | 0.99% | 0.37% | - |
| HSV(B) | 193.95º | 0.99% | 0.73% | - |
| XYZ | 18.7 | 23.2 | 49.95 | - |
| YUV | 105.44 | 173.46 | 53.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 143 | 186 | 0.99 | 0.23 | 0 | 0.27 | 193.95 | 0.99 | 0.37 |
| Hex | 1 | 8F | BA | 63 | 17 | 0 | 1B | C2 | 63 | 25 |
| Octal | 1 | 217 | 272 | 143 | 27 | 0 | 33 | 302 | 143 | 45 |
| Binary | 1 | 10001111 | 10111010 | 1100011 | 10111 | 0 | 11011 | 11000010 | 1100011 | 100101 |
Color Harmonies of #018FBA
Complementary color
Monochromatic Colors of #018FBA
Black with #018FBA
Text Example
Text Example
White with #018FBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #018FBA; }
p { color: rgb(1,143,186); }
H1.HeaderClassName
{
color: #018FBA;
}
.AnyTagClassName
{
color: #018FBA;
}
</style>
background-color css
<style>
a { background-color: #018FBA; }
a { background-color: rgb(1,143,186); }
div.DivClassName
{
background-color: #018FBA;
}
.BgClassName
{
background-color: #018FBA;
}
</style>
border-color css
<style>
span { border-color: #018FBA; }
span { border-color: rgb(1,143,186); }
td.TdClassName
{
border-color: #018FBA;
}
.TagClassName
{
border-color: #018FBA;
}
</style>