Shades of Bondi Blue #0D8FAC
Tints of Bondi Blue #0D8FAC
RGB
CMYK
RGB Variations
Color information
#0D8FAC (or 0x0D8FAC) is known color: Bondi Blue. HEX triplet: 0D, 8F and AC. RGB value is (13,143,172). Sum of RGB (Red+Green+Blue) = 13+143+172=328 (43% of max value = 765). Red value is 13 (5.47% from 255 or 3.96% from 328); Green value is 143 (56.25% from 255 or 43.60% from 328); Blue value is 172 (67.58% from 255 or 52.44% from 328); Max value from RGB is 172 - color contains mainly: blue. Hex color #0D8FAC is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0D8FAC is #F27053. Grayscale: #6B6B6B. Windows color (decimal): -15888468 or 11308813. OLE color: 11308813.
HSL color Cylindrical-coordinate representation of color #0D8FAC: hue angle of 190.94º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0D8FAC is Cyan = 0.92, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 13 | 143 | 172 | - |
| CMYK | 0.92 | 0.17 | 0 | 0.33 |
| HSL | 190.94º | 0.86% | 0.36% | - |
| HSV(B) | 190.94º | 0.92% | 0.67% | - |
| XYZ | 17.43 | 22.71 | 42.49 | - |
| YUV | 107.44 | 164.43 | 60.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 143 | 172 | 0.92 | 0.17 | 0 | 0.33 | 190.94 | 0.86 | 0.36 |
| Hex | D | 8F | AC | 5C | 11 | 0 | 21 | BF | 56 | 24 |
| Octal | 15 | 217 | 254 | 134 | 21 | 0 | 41 | 277 | 126 | 44 |
| Binary | 1101 | 10001111 | 10101100 | 1011100 | 10001 | 0 | 100001 | 10111111 | 1010110 | 100100 |
Color Harmonies of #0D8FAC
Complementary color
Monochromatic Colors of #0D8FAC
Black with #0D8FAC
Text Example
Text Example
White with #0D8FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D8FAC; }
p { color: rgb(13,143,172); }
H1.HeaderClassName
{
color: #0D8FAC;
}
.AnyTagClassName
{
color: #0D8FAC;
}
</style>
background-color css
<style>
a { background-color: #0D8FAC; }
a { background-color: rgb(13,143,172); }
div.DivClassName
{
background-color: #0D8FAC;
}
.BgClassName
{
background-color: #0D8FAC;
}
</style>
border-color css
<style>
span { border-color: #0D8FAC; }
span { border-color: rgb(13,143,172); }
td.TdClassName
{
border-color: #0D8FAC;
}
.TagClassName
{
border-color: #0D8FAC;
}
</style>