Shades of Bondi Blue #0D97A7
Tints of Bondi Blue #0D97A7
RGB
CMYK
RGB Variations
Color information
#0D97A7 (or 0x0D97A7) is known color: Bondi Blue. HEX triplet: 0D, 97 and A7. RGB value is (13,151,167). Sum of RGB (Red+Green+Blue) = 13+151+167=331 (43% of max value = 765). Red value is 13 (5.47% from 255 or 3.93% from 331); Green value is 151 (59.38% from 255 or 45.62% from 331); Blue value is 167 (65.62% from 255 or 50.45% from 331); Max value from RGB is 167 - color contains mainly: blue. Hex color #0D97A7 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0D97A7 is #F26858. Grayscale: #6F6F6F. Windows color (decimal): -15886425 or 10983181. OLE color: 10983181.
HSL color Cylindrical-coordinate representation of color #0D97A7: hue angle of 186.23º degrees, saturation: 0.86, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0D97A7 is Cyan = 0.92, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 13 | 151 | 167 | - |
| CMYK | 0.92 | 0.10 | 0 | 0.35 |
| HSL | 186.23º | 0.86% | 0.35% | - |
| HSV(B) | 186.23º | 0.92% | 0.65% | - |
| XYZ | 18.21 | 25.01 | 40.43 | - |
| YUV | 111.56 | 159.28 | 57.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 151 | 167 | 0.92 | 0.10 | 0 | 0.35 | 186.23 | 0.86 | 0.35 |
| Hex | D | 97 | A7 | 5C | A | 0 | 23 | BA | 56 | 23 |
| Octal | 15 | 227 | 247 | 134 | 12 | 0 | 43 | 272 | 126 | 43 |
| Binary | 1101 | 10010111 | 10100111 | 1011100 | 1010 | 0 | 100011 | 10111010 | 1010110 | 100011 |
Color Harmonies of #0D97A7
Complementary color
Monochromatic Colors of #0D97A7
Black with #0D97A7
Text Example
Text Example
White with #0D97A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D97A7; }
p { color: rgb(13,151,167); }
H1.HeaderClassName
{
color: #0D97A7;
}
.AnyTagClassName
{
color: #0D97A7;
}
</style>
background-color css
<style>
a { background-color: #0D97A7; }
a { background-color: rgb(13,151,167); }
div.DivClassName
{
background-color: #0D97A7;
}
.BgClassName
{
background-color: #0D97A7;
}
</style>
border-color css
<style>
span { border-color: #0D97A7; }
span { border-color: rgb(13,151,167); }
td.TdClassName
{
border-color: #0D97A7;
}
.TagClassName
{
border-color: #0D97A7;
}
</style>