Shades of Bondi Blue #069BB8
Tints of Bondi Blue #069BB8
RGB
CMYK
RGB Variations
Color information
#069BB8 (or 0x069BB8) is known color: Bondi Blue. HEX triplet: 06, 9B and B8. RGB value is (6,155,184). Sum of RGB (Red+Green+Blue) = 6+155+184=345 (45% of max value = 765). Red value is 6 (2.73% from 255 or 1.74% from 345); Green value is 155 (60.94% from 255 or 44.93% from 345); Blue value is 184 (72.27% from 255 or 53.33% from 345); Max value from RGB is 184 - color contains mainly: blue. Hex color #069BB8 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #069BB8 is #F96447. Grayscale: #717171. Windows color (decimal): -16344136 or 12098310. OLE color: 12098310.
HSL color Cylindrical-coordinate representation of color #069BB8: hue angle of 189.78º degrees, saturation: 0.94, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #069BB8 is Cyan = 0.97, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 6 | 155 | 184 | - |
| CMYK | 0.97 | 0.16 | 0 | 0.28 |
| HSL | 189.78º | 0.94% | 0.37% | - |
| HSV(B) | 189.78º | 0.97% | 0.72% | - |
| XYZ | 20.45 | 26.94 | 49.47 | - |
| YUV | 113.76 | 167.64 | 51.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 155 | 184 | 0.97 | 0.16 | 0 | 0.28 | 189.78 | 0.94 | 0.37 |
| Hex | 6 | 9B | B8 | 61 | 10 | 0 | 1C | BE | 5E | 25 |
| Octal | 6 | 233 | 270 | 141 | 20 | 0 | 34 | 276 | 136 | 45 |
| Binary | 110 | 10011011 | 10111000 | 1100001 | 10000 | 0 | 11100 | 10111110 | 1011110 | 100101 |
Color Harmonies of #069BB8
Complementary color
Monochromatic Colors of #069BB8
Black with #069BB8
Text Example
Text Example
White with #069BB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #069BB8; }
p { color: rgb(6,155,184); }
H1.HeaderClassName
{
color: #069BB8;
}
.AnyTagClassName
{
color: #069BB8;
}
</style>
background-color css
<style>
a { background-color: #069BB8; }
a { background-color: rgb(6,155,184); }
div.DivClassName
{
background-color: #069BB8;
}
.BgClassName
{
background-color: #069BB8;
}
</style>
border-color css
<style>
span { border-color: #069BB8; }
span { border-color: rgb(6,155,184); }
td.TdClassName
{
border-color: #069BB8;
}
.TagClassName
{
border-color: #069BB8;
}
</style>