Shades of Bondi Blue #008AC1
Tints of Bondi Blue #008AC1
RGB
CMYK
RGB Variations
Color information
#008AC1 (or 0x008AC1) is known color: Bondi Blue. HEX triplet: 00, 8A and C1. RGB value is (0,138,193). Sum of RGB (Red+Green+Blue) = 0+138+193=331 (43% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 331); Green value is 138 (54.30% from 255 or 41.69% from 331); Blue value is 193 (75.78% from 255 or 58.31% from 331); Max value from RGB is 193 - color contains mainly: blue. Hex color #008AC1 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #008AC1 is #FF753E. Grayscale: #666666. Windows color (decimal): -16741695 or 12683776. OLE color: 12683776.
HSL color Cylindrical-coordinate representation of color #008AC1: hue angle of 197.1º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 1%. Process color model (Four color, CMYK) of #008AC1 is Cyan = 1, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 0 | 138 | 193 | - |
| CMYK | 1 | 0.28 | 0 | 0.24 |
| HSL | 197.1º | 1% | 0.38% | - |
| HSV(B) | 197.1º | 1% | 0.76% | - |
| XYZ | 18.71 | 22.03 | 53.72 | - |
| YUV | 103.01 | 178.78 | 54.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 138 | 193 | 1 | 0.28 | 0 | 0.24 | 197.1 | 1 | 0.38 |
| Hex | 0 | 8A | C1 | 64 | 1C | 0 | 18 | C5 | 64 | 26 |
| Octal | 0 | 212 | 301 | 144 | 34 | 0 | 30 | 305 | 144 | 46 |
| Binary | 0 | 10001010 | 11000001 | 1100100 | 11100 | 0 | 11000 | 11000101 | 1100100 | 100110 |
Color Harmonies of #008AC1
Complementary color
Monochromatic Colors of #008AC1
Black with #008AC1
Text Example
Text Example
White with #008AC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #008AC1; }
p { color: rgb(0,138,193); }
H1.HeaderClassName
{
color: #008AC1;
}
.AnyTagClassName
{
color: #008AC1;
}
</style>
background-color css
<style>
a { background-color: #008AC1; }
a { background-color: rgb(0,138,193); }
div.DivClassName
{
background-color: #008AC1;
}
.BgClassName
{
background-color: #008AC1;
}
</style>
border-color css
<style>
span { border-color: #008AC1; }
span { border-color: rgb(0,138,193); }
td.TdClassName
{
border-color: #008AC1;
}
.TagClassName
{
border-color: #008AC1;
}
</style>