Shades of Bondi Blue #0C8AB3
Tints of Bondi Blue #0C8AB3
RGB
CMYK
RGB Variations
Color information
#0C8AB3 (or 0x0C8AB3) is known color: Bondi Blue. HEX triplet: 0C, 8A and B3. RGB value is (12,138,179). Sum of RGB (Red+Green+Blue) = 12+138+179=329 (43% of max value = 765). Red value is 12 (5.08% from 255 or 3.65% from 329); Green value is 138 (54.30% from 255 or 41.95% from 329); Blue value is 179 (70.31% from 255 or 54.41% from 329); Max value from RGB is 179 - color contains mainly: blue. Hex color #0C8AB3 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0C8AB3 is #F3754C. Grayscale: #686868. Windows color (decimal): -15955277 or 11766284. OLE color: 11766284.
HSL color Cylindrical-coordinate representation of color #0C8AB3: hue angle of 194.73º degrees, saturation: 0.87, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0C8AB3 is Cyan = 0.93, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 12 | 138 | 179 | - |
| CMYK | 0.93 | 0.23 | 0 | 0.30 |
| HSL | 194.73º | 0.87% | 0.37% | - |
| HSV(B) | 194.73º | 0.93% | 0.7% | - |
| XYZ | 17.38 | 21.51 | 45.88 | - |
| YUV | 105 | 169.76 | 61.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 138 | 179 | 0.93 | 0.23 | 0 | 0.30 | 194.73 | 0.87 | 0.37 |
| Hex | C | 8A | B3 | 5D | 17 | 0 | 1E | C3 | 57 | 25 |
| Octal | 14 | 212 | 263 | 135 | 27 | 0 | 36 | 303 | 127 | 45 |
| Binary | 1100 | 10001010 | 10110011 | 1011101 | 10111 | 0 | 11110 | 11000011 | 1010111 | 100101 |
Color Harmonies of #0C8AB3
Complementary color
Monochromatic Colors of #0C8AB3
Black with #0C8AB3
Text Example
Text Example
White with #0C8AB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C8AB3; }
p { color: rgb(12,138,179); }
H1.HeaderClassName
{
color: #0C8AB3;
}
.AnyTagClassName
{
color: #0C8AB3;
}
</style>
background-color css
<style>
a { background-color: #0C8AB3; }
a { background-color: rgb(12,138,179); }
div.DivClassName
{
background-color: #0C8AB3;
}
.BgClassName
{
background-color: #0C8AB3;
}
</style>
border-color css
<style>
span { border-color: #0C8AB3; }
span { border-color: rgb(12,138,179); }
td.TdClassName
{
border-color: #0C8AB3;
}
.TagClassName
{
border-color: #0C8AB3;
}
</style>