Shades of Bondi Blue #0C8FAB
Tints of Bondi Blue #0C8FAB
RGB
CMYK
RGB Variations
Color information
#0C8FAB (or 0x0C8FAB) is known color: Bondi Blue. HEX triplet: 0C, 8F and AB. RGB value is (12,143,171). Sum of RGB (Red+Green+Blue) = 12+143+171=326 (43% of max value = 765). Red value is 12 (5.08% from 255 or 3.68% from 326); Green value is 143 (56.25% from 255 or 43.87% from 326); Blue value is 171 (67.19% from 255 or 52.45% from 326); Max value from RGB is 171 - color contains mainly: blue. Hex color #0C8FAB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0C8FAB is #F37054. Grayscale: #6A6A6A. Windows color (decimal): -15954005 or 11243276. OLE color: 11243276.
HSL color Cylindrical-coordinate representation of color #0C8FAB: hue angle of 190.57º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0C8FAB is Cyan = 0.93, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 12 | 143 | 171 | - |
| CMYK | 0.93 | 0.16 | 0 | 0.33 |
| HSL | 190.57º | 0.87% | 0.36% | - |
| HSV(B) | 190.57º | 0.93% | 0.67% | - |
| XYZ | 17.32 | 22.66 | 41.99 | - |
| YUV | 107.02 | 164.1 | 60.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 143 | 171 | 0.93 | 0.16 | 0 | 0.33 | 190.57 | 0.87 | 0.36 |
| Hex | C | 8F | AB | 5D | 10 | 0 | 21 | BF | 57 | 24 |
| Octal | 14 | 217 | 253 | 135 | 20 | 0 | 41 | 277 | 127 | 44 |
| Binary | 1100 | 10001111 | 10101011 | 1011101 | 10000 | 0 | 100001 | 10111111 | 1010111 | 100100 |
Color Harmonies of #0C8FAB
Complementary color
Monochromatic Colors of #0C8FAB
Black with #0C8FAB
Text Example
Text Example
White with #0C8FAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C8FAB; }
p { color: rgb(12,143,171); }
H1.HeaderClassName
{
color: #0C8FAB;
}
.AnyTagClassName
{
color: #0C8FAB;
}
</style>
background-color css
<style>
a { background-color: #0C8FAB; }
a { background-color: rgb(12,143,171); }
div.DivClassName
{
background-color: #0C8FAB;
}
.BgClassName
{
background-color: #0C8FAB;
}
</style>
border-color css
<style>
span { border-color: #0C8FAB; }
span { border-color: rgb(12,143,171); }
td.TdClassName
{
border-color: #0C8FAB;
}
.TagClassName
{
border-color: #0C8FAB;
}
</style>