Shades of Bondi Blue #0997BD
Tints of Bondi Blue #0997BD
RGB
CMYK
RGB Variations
Color information
#0997BD (or 0x0997BD) is known color: Bondi Blue. HEX triplet: 09, 97 and BD. RGB value is (9,151,189). Sum of RGB (Red+Green+Blue) = 9+151+189=349 (46% of max value = 765). Red value is 9 (3.91% from 255 or 2.58% from 349); Green value is 151 (59.38% from 255 or 43.27% from 349); Blue value is 189 (74.22% from 255 or 54.15% from 349); Max value from RGB is 189 - color contains mainly: blue. Hex color #0997BD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0997BD is #F66842. Grayscale: #707070. Windows color (decimal): -16148547 or 12424969. OLE color: 12424969.
HSL color Cylindrical-coordinate representation of color #0997BD: hue angle of 192.67º 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 #0997BD is Cyan = 0.95, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 9 | 151 | 189 | - |
| CMYK | 0.95 | 0.20 | 0 | 0.26 |
| HSL | 192.67º | 0.91% | 0.39% | - |
| HSV(B) | 192.67º | 0.95% | 0.74% | - |
| XYZ | 20.36 | 25.87 | 52.06 | - |
| YUV | 112.87 | 170.96 | 53.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 151 | 189 | 0.95 | 0.20 | 0 | 0.26 | 192.67 | 0.91 | 0.39 |
| Hex | 9 | 97 | BD | 5F | 14 | 0 | 1A | C1 | 5B | 27 |
| Octal | 11 | 227 | 275 | 137 | 24 | 0 | 32 | 301 | 133 | 47 |
| Binary | 1001 | 10010111 | 10111101 | 1011111 | 10100 | 0 | 11010 | 11000001 | 1011011 | 100111 |
Color Harmonies of #0997BD
Complementary color
Monochromatic Colors of #0997BD
Black with #0997BD
Text Example
Text Example
White with #0997BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0997BD; }
p { color: rgb(9,151,189); }
H1.HeaderClassName
{
color: #0997BD;
}
.AnyTagClassName
{
color: #0997BD;
}
</style>
background-color css
<style>
a { background-color: #0997BD; }
a { background-color: rgb(9,151,189); }
div.DivClassName
{
background-color: #0997BD;
}
.BgClassName
{
background-color: #0997BD;
}
</style>
border-color css
<style>
span { border-color: #0997BD; }
span { border-color: rgb(9,151,189); }
td.TdClassName
{
border-color: #0997BD;
}
.TagClassName
{
border-color: #0997BD;
}
</style>