Shades of Bondi Blue #0993BD
Tints of Bondi Blue #0993BD
RGB
CMYK
RGB Variations
Color information
#0993BD (or 0x0993BD) is known color: Bondi Blue. HEX triplet: 09, 93 and BD. RGB value is (9,147,189). Sum of RGB (Red+Green+Blue) = 9+147+189=345 (45% of max value = 765). Red value is 9 (3.91% from 255 or 2.61% from 345); Green value is 147 (57.81% from 255 or 42.61% from 345); Blue value is 189 (74.22% from 255 or 54.78% from 345); Max value from RGB is 189 - color contains mainly: blue. Hex color #0993BD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0993BD is #F66C42. Grayscale: #6E6E6E. Windows color (decimal): -16149571 or 12423945. OLE color: 12423945.
HSL color Cylindrical-coordinate representation of color #0993BD: hue angle of 194º degrees, saturation: 0.91, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0993BD is Cyan = 0.95, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 9 | 147 | 189 | - |
| CMYK | 0.95 | 0.22 | 0 | 0.26 |
| HSL | 194º | 0.91% | 0.39% | - |
| HSV(B) | 194º | 0.95% | 0.74% | - |
| XYZ | 19.73 | 24.6 | 51.85 | - |
| YUV | 110.53 | 172.28 | 55.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 147 | 189 | 0.95 | 0.22 | 0 | 0.26 | 194 | 0.91 | 0.39 |
| Hex | 9 | 93 | BD | 5F | 16 | 0 | 1A | C2 | 5B | 27 |
| Octal | 11 | 223 | 275 | 137 | 26 | 0 | 32 | 302 | 133 | 47 |
| Binary | 1001 | 10010011 | 10111101 | 1011111 | 10110 | 0 | 11010 | 11000010 | 1011011 | 100111 |
Color Harmonies of #0993BD
Complementary color
Monochromatic Colors of #0993BD
Black with #0993BD
Text Example
Text Example
White with #0993BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0993BD; }
p { color: rgb(9,147,189); }
H1.HeaderClassName
{
color: #0993BD;
}
.AnyTagClassName
{
color: #0993BD;
}
</style>
background-color css
<style>
a { background-color: #0993BD; }
a { background-color: rgb(9,147,189); }
div.DivClassName
{
background-color: #0993BD;
}
.BgClassName
{
background-color: #0993BD;
}
</style>
border-color css
<style>
span { border-color: #0993BD; }
span { border-color: rgb(9,147,189); }
td.TdClassName
{
border-color: #0993BD;
}
.TagClassName
{
border-color: #0993BD;
}
</style>