Shades of Bondi Blue #0899B4
Tints of Bondi Blue #0899B4
RGB
CMYK
RGB Variations
Color information
#0899B4 (or 0x0899B4) is known color: Bondi Blue. HEX triplet: 08, 99 and B4. RGB value is (8,153,180). Sum of RGB (Red+Green+Blue) = 8+153+180=341 (45% of max value = 765). Red value is 8 (3.52% from 255 or 2.35% from 341); Green value is 153 (60.16% from 255 or 44.87% from 341); Blue value is 180 (70.70% from 255 or 52.79% from 341); Max value from RGB is 180 - color contains mainly: blue. Hex color #0899B4 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0899B4 is #F7664B. Grayscale: #707070. Windows color (decimal): -16213580 or 11835656. OLE color: 11835656.
HSL color Cylindrical-coordinate representation of color #0899B4: hue angle of 189.42º degrees, saturation: 0.91, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0899B4 is Cyan = 0.96, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 8 | 153 | 180 | - |
| CMYK | 0.96 | 0.15 | 0 | 0.29 |
| HSL | 189.42º | 0.91% | 0.37% | - |
| HSV(B) | 189.42º | 0.96% | 0.71% | - |
| XYZ | 19.73 | 26.13 | 47.18 | - |
| YUV | 112.72 | 165.96 | 53.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 153 | 180 | 0.96 | 0.15 | 0 | 0.29 | 189.42 | 0.91 | 0.37 |
| Hex | 8 | 99 | B4 | 60 | F | 0 | 1D | BD | 5B | 25 |
| Octal | 10 | 231 | 264 | 140 | 17 | 0 | 35 | 275 | 133 | 45 |
| Binary | 1000 | 10011001 | 10110100 | 1100000 | 1111 | 0 | 11101 | 10111101 | 1011011 | 100101 |
Color Harmonies of #0899B4
Complementary color
Monochromatic Colors of #0899B4
Black with #0899B4
Text Example
Text Example
White with #0899B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0899B4; }
p { color: rgb(8,153,180); }
H1.HeaderClassName
{
color: #0899B4;
}
.AnyTagClassName
{
color: #0899B4;
}
</style>
background-color css
<style>
a { background-color: #0899B4; }
a { background-color: rgb(8,153,180); }
div.DivClassName
{
background-color: #0899B4;
}
.BgClassName
{
background-color: #0899B4;
}
</style>
border-color css
<style>
span { border-color: #0899B4; }
span { border-color: rgb(8,153,180); }
td.TdClassName
{
border-color: #0899B4;
}
.TagClassName
{
border-color: #0899B4;
}
</style>