Shades of Bondi Blue #0C8ABF
Tints of Bondi Blue #0C8ABF
RGB
CMYK
RGB Variations
Color information
#0C8ABF (or 0x0C8ABF) is known color: Bondi Blue. HEX triplet: 0C, 8A and BF. RGB value is (12,138,191). Sum of RGB (Red+Green+Blue) = 12+138+191=341 (45% of max value = 765). Red value is 12 (5.08% from 255 or 3.52% from 341); Green value is 138 (54.30% from 255 or 40.47% from 341); Blue value is 191 (75% from 255 or 56.01% from 341); Max value from RGB is 191 - color contains mainly: blue. Hex color #0C8ABF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0C8ABF is #F37540. Grayscale: #6A6A6A. Windows color (decimal): -15955265 or 12552716. OLE color: 12552716.
HSL color Cylindrical-coordinate representation of color #0C8ABF: hue angle of 197.77º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0C8ABF is Cyan = 0.94, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 12 | 138 | 191 | - |
| CMYK | 0.94 | 0.28 | 0 | 0.25 |
| HSL | 197.77º | 0.88% | 0.4% | - |
| HSV(B) | 197.77º | 0.94% | 0.75% | - |
| XYZ | 18.64 | 22.02 | 52.56 | - |
| YUV | 106.37 | 175.76 | 60.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 138 | 191 | 0.94 | 0.28 | 0 | 0.25 | 197.77 | 0.88 | 0.4 |
| Hex | C | 8A | BF | 5E | 1C | 0 | 19 | C6 | 58 | 28 |
| Octal | 14 | 212 | 277 | 136 | 34 | 0 | 31 | 306 | 130 | 50 |
| Binary | 1100 | 10001010 | 10111111 | 1011110 | 11100 | 0 | 11001 | 11000110 | 1011000 | 101000 |
Color Harmonies of #0C8ABF
Complementary color
Monochromatic Colors of #0C8ABF
Black with #0C8ABF
Text Example
Text Example
White with #0C8ABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C8ABF; }
p { color: rgb(12,138,191); }
H1.HeaderClassName
{
color: #0C8ABF;
}
.AnyTagClassName
{
color: #0C8ABF;
}
</style>
background-color css
<style>
a { background-color: #0C8ABF; }
a { background-color: rgb(12,138,191); }
div.DivClassName
{
background-color: #0C8ABF;
}
.BgClassName
{
background-color: #0C8ABF;
}
</style>
border-color css
<style>
span { border-color: #0C8ABF; }
span { border-color: rgb(12,138,191); }
td.TdClassName
{
border-color: #0C8ABF;
}
.TagClassName
{
border-color: #0C8ABF;
}
</style>