Shades of Bondi Blue #0297AD
Tints of Bondi Blue #0297AD
RGB
CMYK
RGB Variations
Color information
#0297AD (or 0x0297AD) is known color: Bondi Blue. HEX triplet: 02, 97 and AD. RGB value is (2,151,173). Sum of RGB (Red+Green+Blue) = 2+151+173=326 (43% of max value = 765). Red value is 2 (1.17% from 255 or 0.61% from 326); Green value is 151 (59.38% from 255 or 46.32% from 326); Blue value is 173 (67.97% from 255 or 53.07% from 326); Max value from RGB is 173 - color contains mainly: blue. Hex color #0297AD is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0297AD is #FD6852. Grayscale: #6C6C6C. Windows color (decimal): -16607315 or 11376386. OLE color: 11376386.
HSL color Cylindrical-coordinate representation of color #0297AD: hue angle of 187.72º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0297AD is Cyan = 0.99, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 2 | 151 | 173 | - |
| CMYK | 0.99 | 0.13 | 0 | 0.32 |
| HSL | 187.72º | 0.98% | 0.34% | - |
| HSV(B) | 187.72º | 0.99% | 0.68% | - |
| XYZ | 18.63 | 25.16 | 43.41 | - |
| YUV | 108.96 | 164.14 | 51.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 151 | 173 | 0.99 | 0.13 | 0 | 0.32 | 187.72 | 0.98 | 0.34 |
| Hex | 2 | 97 | AD | 63 | D | 0 | 20 | BC | 62 | 22 |
| Octal | 2 | 227 | 255 | 143 | 15 | 0 | 40 | 274 | 142 | 42 |
| Binary | 10 | 10010111 | 10101101 | 1100011 | 1101 | 0 | 100000 | 10111100 | 1100010 | 100010 |
Color Harmonies of #0297AD
Complementary color
Monochromatic Colors of #0297AD
Black with #0297AD
Text Example
Text Example
White with #0297AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0297AD; }
p { color: rgb(2,151,173); }
H1.HeaderClassName
{
color: #0297AD;
}
.AnyTagClassName
{
color: #0297AD;
}
</style>
background-color css
<style>
a { background-color: #0297AD; }
a { background-color: rgb(2,151,173); }
div.DivClassName
{
background-color: #0297AD;
}
.BgClassName
{
background-color: #0297AD;
}
</style>
border-color css
<style>
span { border-color: #0297AD; }
span { border-color: rgb(2,151,173); }
td.TdClassName
{
border-color: #0297AD;
}
.TagClassName
{
border-color: #0297AD;
}
</style>