Shades of Bondi Blue #0099B3
Tints of Bondi Blue #0099B3
RGB
CMYK
RGB Variations
Color information
#0099B3 (or 0x0099B3) is known color: Bondi Blue. HEX triplet: 00, 99 and B3. RGB value is (0,153,179). Sum of RGB (Red+Green+Blue) = 0+153+179=332 (43% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 332); Green value is 153 (60.16% from 255 or 46.08% from 332); Blue value is 179 (70.31% from 255 or 53.92% from 332); Max value from RGB is 179 - color contains mainly: blue. Hex color #0099B3 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0099B3 is #FF664C. Grayscale: #6D6D6D. Windows color (decimal): -16737869 or 11770112. OLE color: 11770112.
HSL color Cylindrical-coordinate representation of color #0099B3: hue angle of 188.72º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0099B3 is Cyan = 1, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 0 | 153 | 179 | - |
| CMYK | 1 | 0.15 | 0 | 0.30 |
| HSL | 188.72º | 1% | 0.35% | - |
| HSV(B) | 188.72º | 1% | 0.7% | - |
| XYZ | 19.53 | 26.04 | 46.64 | - |
| YUV | 110.22 | 166.81 | 49.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 153 | 179 | 1 | 0.15 | 0 | 0.30 | 188.72 | 1 | 0.35 |
| Hex | 0 | 99 | B3 | 64 | F | 0 | 1E | BD | 64 | 23 |
| Octal | 0 | 231 | 263 | 144 | 17 | 0 | 36 | 275 | 144 | 43 |
| Binary | 0 | 10011001 | 10110011 | 1100100 | 1111 | 0 | 11110 | 10111101 | 1100100 | 100011 |
Color Harmonies of #0099B3
Complementary color
Monochromatic Colors of #0099B3
Black with #0099B3
Text Example
Text Example
White with #0099B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0099B3; }
p { color: rgb(0,153,179); }
H1.HeaderClassName
{
color: #0099B3;
}
.AnyTagClassName
{
color: #0099B3;
}
</style>
background-color css
<style>
a { background-color: #0099B3; }
a { background-color: rgb(0,153,179); }
div.DivClassName
{
background-color: #0099B3;
}
.BgClassName
{
background-color: #0099B3;
}
</style>
border-color css
<style>
span { border-color: #0099B3; }
span { border-color: rgb(0,153,179); }
td.TdClassName
{
border-color: #0099B3;
}
.TagClassName
{
border-color: #0099B3;
}
</style>