Shades of Bondi Blue #018AB8
Tints of Bondi Blue #018AB8
RGB
CMYK
RGB Variations
Color information
#018AB8 (or 0x018AB8) is known color: Bondi Blue. HEX triplet: 01, 8A and B8. RGB value is (1,138,184). Sum of RGB (Red+Green+Blue) = 1+138+184=323 (42% of max value = 765). Red value is 1 (0.78% from 255 or 0.31% from 323); Green value is 138 (54.30% from 255 or 42.72% from 323); Blue value is 184 (72.27% from 255 or 56.97% from 323); Max value from RGB is 184 - color contains mainly: blue. Hex color #018AB8 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #018AB8 is #FE7547. Grayscale: #656565. Windows color (decimal): -16676168 or 12093953. OLE color: 12093953.
HSL color Cylindrical-coordinate representation of color #018AB8: hue angle of 195.08º degrees, saturation: 0.99, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #018AB8 is Cyan = 0.99, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 1 | 138 | 184 | - |
| CMYK | 0.99 | 0.25 | 0 | 0.28 |
| HSL | 195.08º | 0.99% | 0.36% | - |
| HSV(B) | 195.08º | 0.99% | 0.72% | - |
| XYZ | 17.75 | 21.64 | 48.59 | - |
| YUV | 102.28 | 174.11 | 55.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 138 | 184 | 0.99 | 0.25 | 0 | 0.28 | 195.08 | 0.99 | 0.36 |
| Hex | 1 | 8A | B8 | 63 | 19 | 0 | 1C | C3 | 63 | 24 |
| Octal | 1 | 212 | 270 | 143 | 31 | 0 | 34 | 303 | 143 | 44 |
| Binary | 1 | 10001010 | 10111000 | 1100011 | 11001 | 0 | 11100 | 11000011 | 1100011 | 100100 |
Color Harmonies of #018AB8
Complementary color
Monochromatic Colors of #018AB8
Black with #018AB8
Text Example
Text Example
White with #018AB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #018AB8; }
p { color: rgb(1,138,184); }
H1.HeaderClassName
{
color: #018AB8;
}
.AnyTagClassName
{
color: #018AB8;
}
</style>
background-color css
<style>
a { background-color: #018AB8; }
a { background-color: rgb(1,138,184); }
div.DivClassName
{
background-color: #018AB8;
}
.BgClassName
{
background-color: #018AB8;
}
</style>
border-color css
<style>
span { border-color: #018AB8; }
span { border-color: rgb(1,138,184); }
td.TdClassName
{
border-color: #018AB8;
}
.TagClassName
{
border-color: #018AB8;
}
</style>