Shades of Bondi Blue #0D84BE
Tints of Bondi Blue #0D84BE
RGB
CMYK
RGB Variations
Color information
#0D84BE (or 0x0D84BE) is known color: Bondi Blue. HEX triplet: 0D, 84 and BE. RGB value is (13,132,190). Sum of RGB (Red+Green+Blue) = 13+132+190=335 (44% of max value = 765). Red value is 13 (5.47% from 255 or 3.88% from 335); Green value is 132 (51.95% from 255 or 39.40% from 335); Blue value is 190 (74.61% from 255 or 56.72% from 335); Max value from RGB is 190 - color contains mainly: blue. Hex color #0D84BE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0D84BE is #F27B41. Grayscale: #666666. Windows color (decimal): -15891266 or 12485645. OLE color: 12485645.
HSL color Cylindrical-coordinate representation of color #0D84BE: hue angle of 199.66º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0D84BE is Cyan = 0.93, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 13 | 132 | 190 | - |
| CMYK | 0.93 | 0.31 | 0 | 0.25 |
| HSL | 199.66º | 0.87% | 0.4% | - |
| HSV(B) | 199.66º | 0.93% | 0.75% | - |
| XYZ | 17.71 | 20.31 | 51.7 | - |
| YUV | 103.03 | 177.08 | 63.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 132 | 190 | 0.93 | 0.31 | 0 | 0.25 | 199.66 | 0.87 | 0.4 |
| Hex | D | 84 | BE | 5D | 1F | 0 | 19 | C8 | 57 | 28 |
| Octal | 15 | 204 | 276 | 135 | 37 | 0 | 31 | 310 | 127 | 50 |
| Binary | 1101 | 10000100 | 10111110 | 1011101 | 11111 | 0 | 11001 | 11001000 | 1010111 | 101000 |
Color Harmonies of #0D84BE
Complementary color
Monochromatic Colors of #0D84BE
Black with #0D84BE
Text Example
Text Example
White with #0D84BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D84BE; }
p { color: rgb(13,132,190); }
H1.HeaderClassName
{
color: #0D84BE;
}
.AnyTagClassName
{
color: #0D84BE;
}
</style>
background-color css
<style>
a { background-color: #0D84BE; }
a { background-color: rgb(13,132,190); }
div.DivClassName
{
background-color: #0D84BE;
}
.BgClassName
{
background-color: #0D84BE;
}
</style>
border-color css
<style>
span { border-color: #0D84BE; }
span { border-color: rgb(13,132,190); }
td.TdClassName
{
border-color: #0D84BE;
}
.TagClassName
{
border-color: #0D84BE;
}
</style>