Shades of Bondi Blue #099DB4
Tints of Bondi Blue #099DB4
RGB
CMYK
RGB Variations
Color information
#099DB4 (or 0x099DB4) is known color: Bondi Blue. HEX triplet: 09, 9D and B4. RGB value is (9,157,180). Sum of RGB (Red+Green+Blue) = 9+157+180=346 (45% of max value = 765). Red value is 9 (3.91% from 255 or 2.60% from 346); Green value is 157 (61.72% from 255 or 45.38% from 346); Blue value is 180 (70.70% from 255 or 52.02% from 346); Max value from RGB is 180 - color contains mainly: blue. Hex color #099DB4 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #099DB4 is #F6624B. Grayscale: #737373. Windows color (decimal): -16147020 or 11836681. OLE color: 11836681.
HSL color Cylindrical-coordinate representation of color #099DB4: hue angle of 188.07º degrees, saturation: 0.9, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #099DB4 is Cyan = 0.95, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 9 | 157 | 180 | - |
| CMYK | 0.95 | 0.13 | 0 | 0.29 |
| HSL | 188.07º | 0.9% | 0.37% | - |
| HSV(B) | 188.07º | 0.95% | 0.71% | - |
| XYZ | 20.41 | 27.47 | 47.41 | - |
| YUV | 115.37 | 164.47 | 52.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 157 | 180 | 0.95 | 0.13 | 0 | 0.29 | 188.07 | 0.9 | 0.37 |
| Hex | 9 | 9D | B4 | 5F | D | 0 | 1D | BC | 5A | 25 |
| Octal | 11 | 235 | 264 | 137 | 15 | 0 | 35 | 274 | 132 | 45 |
| Binary | 1001 | 10011101 | 10110100 | 1011111 | 1101 | 0 | 11101 | 10111100 | 1011010 | 100101 |
Color Harmonies of #099DB4
Complementary color
Monochromatic Colors of #099DB4
Black with #099DB4
Text Example
Text Example
White with #099DB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #099DB4; }
p { color: rgb(9,157,180); }
H1.HeaderClassName
{
color: #099DB4;
}
.AnyTagClassName
{
color: #099DB4;
}
</style>
background-color css
<style>
a { background-color: #099DB4; }
a { background-color: rgb(9,157,180); }
div.DivClassName
{
background-color: #099DB4;
}
.BgClassName
{
background-color: #099DB4;
}
</style>
border-color css
<style>
span { border-color: #099DB4; }
span { border-color: rgb(9,157,180); }
td.TdClassName
{
border-color: #099DB4;
}
.TagClassName
{
border-color: #099DB4;
}
</style>