Shades of Bondi Blue #018ABC
Tints of Bondi Blue #018ABC
RGB
CMYK
RGB Variations
Color information
#018ABC (or 0x018ABC) is known color: Bondi Blue. HEX triplet: 01, 8A and BC. RGB value is (1,138,188). Sum of RGB (Red+Green+Blue) = 1+138+188=327 (43% of max value = 765). Red value is 1 (0.78% from 255 or 0.31% from 327); Green value is 138 (54.30% from 255 or 42.20% from 327); Blue value is 188 (73.83% from 255 or 57.49% from 327); Max value from RGB is 188 - color contains mainly: blue. Hex color #018ABC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #018ABC is #FE7543. Grayscale: #666666. Windows color (decimal): -16676164 or 12356097. OLE color: 12356097.
HSL color Cylindrical-coordinate representation of color #018ABC: hue angle of 196.04º 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 #018ABC is Cyan = 0.99, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 1 | 138 | 188 | - |
| CMYK | 0.99 | 0.27 | 0 | 0.26 |
| HSL | 196.04º | 0.99% | 0.37% | - |
| HSV(B) | 196.04º | 0.99% | 0.74% | - |
| XYZ | 18.18 | 21.81 | 50.83 | - |
| YUV | 102.74 | 176.11 | 55.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 138 | 188 | 0.99 | 0.27 | 0 | 0.26 | 196.04 | 0.99 | 0.37 |
| Hex | 1 | 8A | BC | 63 | 1B | 0 | 1A | C4 | 63 | 25 |
| Octal | 1 | 212 | 274 | 143 | 33 | 0 | 32 | 304 | 143 | 45 |
| Binary | 1 | 10001010 | 10111100 | 1100011 | 11011 | 0 | 11010 | 11000100 | 1100011 | 100101 |
Color Harmonies of #018ABC
Complementary color
Monochromatic Colors of #018ABC
Black with #018ABC
Text Example
Text Example
White with #018ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #018ABC; }
p { color: rgb(1,138,188); }
H1.HeaderClassName
{
color: #018ABC;
}
.AnyTagClassName
{
color: #018ABC;
}
</style>
background-color css
<style>
a { background-color: #018ABC; }
a { background-color: rgb(1,138,188); }
div.DivClassName
{
background-color: #018ABC;
}
.BgClassName
{
background-color: #018ABC;
}
</style>
border-color css
<style>
span { border-color: #018ABC; }
span { border-color: rgb(1,138,188); }
td.TdClassName
{
border-color: #018ABC;
}
.TagClassName
{
border-color: #018ABC;
}
</style>