Shades of Bondi Blue #0D83BE
Tints of Bondi Blue #0D83BE
RGB
CMYK
RGB Variations
Color information
#0D83BE (or 0x0D83BE) is known color: Bondi Blue. HEX triplet: 0D, 83 and BE. RGB value is (13,131,190). Sum of RGB (Red+Green+Blue) = 13+131+190=334 (44% of max value = 765). Red value is 13 (5.47% from 255 or 3.89% from 334); Green value is 131 (51.56% from 255 or 39.22% from 334); Blue value is 190 (74.61% from 255 or 56.89% from 334); Max value from RGB is 190 - color contains mainly: blue. Hex color #0D83BE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0D83BE is #F27C41. Grayscale: #666666. Windows color (decimal): -15891522 or 12485389. OLE color: 12485389.
HSL color Cylindrical-coordinate representation of color #0D83BE: hue angle of 200º 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 #0D83BE is Cyan = 0.93, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 13 | 131 | 190 | - |
| CMYK | 0.93 | 0.31 | 0 | 0.25 |
| HSL | 200º | 0.87% | 0.4% | - |
| HSV(B) | 200º | 0.93% | 0.75% | - |
| XYZ | 17.58 | 20.04 | 51.66 | - |
| YUV | 102.44 | 177.41 | 64.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 131 | 190 | 0.93 | 0.31 | 0 | 0.25 | 200 | 0.87 | 0.4 |
| Hex | D | 83 | BE | 5D | 1F | 0 | 19 | C8 | 57 | 28 |
| Octal | 15 | 203 | 276 | 135 | 37 | 0 | 31 | 310 | 127 | 50 |
| Binary | 1101 | 10000011 | 10111110 | 1011101 | 11111 | 0 | 11001 | 11001000 | 1010111 | 101000 |
Color Harmonies of #0D83BE
Complementary color
Monochromatic Colors of #0D83BE
Black with #0D83BE
Text Example
Text Example
White with #0D83BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D83BE; }
p { color: rgb(13,131,190); }
H1.HeaderClassName
{
color: #0D83BE;
}
.AnyTagClassName
{
color: #0D83BE;
}
</style>
background-color css
<style>
a { background-color: #0D83BE; }
a { background-color: rgb(13,131,190); }
div.DivClassName
{
background-color: #0D83BE;
}
.BgClassName
{
background-color: #0D83BE;
}
</style>
border-color css
<style>
span { border-color: #0D83BE; }
span { border-color: rgb(13,131,190); }
td.TdClassName
{
border-color: #0D83BE;
}
.TagClassName
{
border-color: #0D83BE;
}
</style>