Shades of Bondi Blue #018ABD
Tints of Bondi Blue #018ABD
RGB
CMYK
RGB Variations
Color information
#018ABD (or 0x018ABD) is known color: Bondi Blue. HEX triplet: 01, 8A and BD. RGB value is (1,138,189). Sum of RGB (Red+Green+Blue) = 1+138+189=328 (43% of max value = 765). Red value is 1 (0.78% from 255 or 0.30% from 328); Green value is 138 (54.30% from 255 or 42.07% from 328); Blue value is 189 (74.22% from 255 or 57.62% from 328); Max value from RGB is 189 - color contains mainly: blue. Hex color #018ABD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #018ABD is #FE7542. Grayscale: #666666. Windows color (decimal): -16676163 or 12421633. OLE color: 12421633.
HSL color Cylindrical-coordinate representation of color #018ABD: hue angle of 196.28º 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 #018ABD is Cyan = 0.99, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 1 | 138 | 189 | - |
| CMYK | 0.99 | 0.27 | 0 | 0.26 |
| HSL | 196.28º | 0.99% | 0.37% | - |
| HSV(B) | 196.28º | 0.99% | 0.74% | - |
| XYZ | 18.29 | 21.86 | 51.4 | - |
| YUV | 102.85 | 176.61 | 55.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 138 | 189 | 0.99 | 0.27 | 0 | 0.26 | 196.28 | 0.99 | 0.37 |
| Hex | 1 | 8A | BD | 63 | 1B | 0 | 1A | C4 | 63 | 25 |
| Octal | 1 | 212 | 275 | 143 | 33 | 0 | 32 | 304 | 143 | 45 |
| Binary | 1 | 10001010 | 10111101 | 1100011 | 11011 | 0 | 11010 | 11000100 | 1100011 | 100101 |
Color Harmonies of #018ABD
Complementary color
Monochromatic Colors of #018ABD
Black with #018ABD
Text Example
Text Example
White with #018ABD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #018ABD; }
p { color: rgb(1,138,189); }
H1.HeaderClassName
{
color: #018ABD;
}
.AnyTagClassName
{
color: #018ABD;
}
</style>
background-color css
<style>
a { background-color: #018ABD; }
a { background-color: rgb(1,138,189); }
div.DivClassName
{
background-color: #018ABD;
}
.BgClassName
{
background-color: #018ABD;
}
</style>
border-color css
<style>
span { border-color: #018ABD; }
span { border-color: rgb(1,138,189); }
td.TdClassName
{
border-color: #018ABD;
}
.TagClassName
{
border-color: #018ABD;
}
</style>