Shades of Bondi Blue #0084C5
Tints of Bondi Blue #0084C5
RGB
CMYK
RGB Variations
Color information
#0084C5 (or 0x0084C5) is known color: Bondi Blue. HEX triplet: 00, 84 and C5. RGB value is (0,132,197). Sum of RGB (Red+Green+Blue) = 0+132+197=329 (43% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 329); Green value is 132 (51.95% from 255 or 40.12% from 329); Blue value is 197 (77.34% from 255 or 59.88% from 329); Max value from RGB is 197 - color contains mainly: blue. Hex color #0084C5 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0084C5 is #FF7B3A. Grayscale: #636363. Windows color (decimal): -16743227 or 12944384. OLE color: 12944384.
HSL color Cylindrical-coordinate representation of color #0084C5: hue angle of 199.8º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0084C5 is Cyan = 1, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 0 | 132 | 197 | - |
| CMYK | 1 | 0.33 | 0 | 0.23 |
| HSL | 199.8º | 1% | 0.39% | - |
| HSV(B) | 199.8º | 1% | 0.77% | - |
| XYZ | 18.33 | 20.53 | 55.82 | - |
| YUV | 99.94 | 182.77 | 56.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 132 | 197 | 1 | 0.33 | 0 | 0.23 | 199.8 | 1 | 0.39 |
| Hex | 0 | 84 | C5 | 64 | 21 | 0 | 17 | C8 | 64 | 27 |
| Octal | 0 | 204 | 305 | 144 | 41 | 0 | 27 | 310 | 144 | 47 |
| Binary | 0 | 10000100 | 11000101 | 1100100 | 100001 | 0 | 10111 | 11001000 | 1100100 | 100111 |
Color Harmonies of #0084C5
Complementary color
Monochromatic Colors of #0084C5
Black with #0084C5
Text Example
Text Example
White with #0084C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0084C5; }
p { color: rgb(0,132,197); }
H1.HeaderClassName
{
color: #0084C5;
}
.AnyTagClassName
{
color: #0084C5;
}
</style>
background-color css
<style>
a { background-color: #0084C5; }
a { background-color: rgb(0,132,197); }
div.DivClassName
{
background-color: #0084C5;
}
.BgClassName
{
background-color: #0084C5;
}
</style>
border-color css
<style>
span { border-color: #0084C5; }
span { border-color: rgb(0,132,197); }
td.TdClassName
{
border-color: #0084C5;
}
.TagClassName
{
border-color: #0084C5;
}
</style>