Shades of Bondi Blue #0D8BBF
Tints of Bondi Blue #0D8BBF
RGB
CMYK
RGB Variations
Color information
#0D8BBF (or 0x0D8BBF) is known color: Bondi Blue. HEX triplet: 0D, 8B and BF. RGB value is (13,139,191). Sum of RGB (Red+Green+Blue) = 13+139+191=343 (45% of max value = 765). Red value is 13 (5.47% from 255 or 3.79% from 343); Green value is 139 (54.69% from 255 or 40.52% from 343); Blue value is 191 (75% from 255 or 55.69% from 343); Max value from RGB is 191 - color contains mainly: blue. Hex color #0D8BBF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0D8BBF is #F27440. Grayscale: #6A6A6A. Windows color (decimal): -15889473 or 12552973. OLE color: 12552973.
HSL color Cylindrical-coordinate representation of color #0D8BBF: hue angle of 197.53º 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 #0D8BBF is Cyan = 0.93, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 13 | 139 | 191 | - |
| CMYK | 0.93 | 0.27 | 0 | 0.25 |
| HSL | 197.53º | 0.87% | 0.4% | - |
| HSV(B) | 197.53º | 0.93% | 0.75% | - |
| XYZ | 18.8 | 22.31 | 52.61 | - |
| YUV | 107.25 | 175.26 | 60.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 139 | 191 | 0.93 | 0.27 | 0 | 0.25 | 197.53 | 0.87 | 0.4 |
| Hex | D | 8B | BF | 5D | 1B | 0 | 19 | C6 | 57 | 28 |
| Octal | 15 | 213 | 277 | 135 | 33 | 0 | 31 | 306 | 127 | 50 |
| Binary | 1101 | 10001011 | 10111111 | 1011101 | 11011 | 0 | 11001 | 11000110 | 1010111 | 101000 |
Color Harmonies of #0D8BBF
Complementary color
Monochromatic Colors of #0D8BBF
Black with #0D8BBF
Text Example
Text Example
White with #0D8BBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D8BBF; }
p { color: rgb(13,139,191); }
H1.HeaderClassName
{
color: #0D8BBF;
}
.AnyTagClassName
{
color: #0D8BBF;
}
</style>
background-color css
<style>
a { background-color: #0D8BBF; }
a { background-color: rgb(13,139,191); }
div.DivClassName
{
background-color: #0D8BBF;
}
.BgClassName
{
background-color: #0D8BBF;
}
</style>
border-color css
<style>
span { border-color: #0D8BBF; }
span { border-color: rgb(13,139,191); }
td.TdClassName
{
border-color: #0D8BBF;
}
.TagClassName
{
border-color: #0D8BBF;
}
</style>