Shades of Bondi Blue #0892BF
Tints of Bondi Blue #0892BF
RGB
CMYK
RGB Variations
Color information
#0892BF (or 0x0892BF) is known color: Bondi Blue. HEX triplet: 08, 92 and BF. RGB value is (8,146,191). Sum of RGB (Red+Green+Blue) = 8+146+191=345 (45% of max value = 765). Red value is 8 (3.52% from 255 or 2.32% from 345); Green value is 146 (57.42% from 255 or 42.32% from 345); Blue value is 191 (75% from 255 or 55.36% from 345); Max value from RGB is 191 - color contains mainly: blue. Hex color #0892BF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0892BF is #F76D40. Grayscale: #6D6D6D. Windows color (decimal): -16215361 or 12554760. OLE color: 12554760.
HSL color Cylindrical-coordinate representation of color #0892BF: hue angle of 194.75º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0892BF is Cyan = 0.96, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 8 | 146 | 191 | - |
| CMYK | 0.96 | 0.24 | 0 | 0.25 |
| HSL | 194.75º | 0.92% | 0.39% | - |
| HSV(B) | 194.75º | 0.96% | 0.75% | - |
| XYZ | 19.78 | 24.37 | 52.95 | - |
| YUV | 109.87 | 173.78 | 55.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 146 | 191 | 0.96 | 0.24 | 0 | 0.25 | 194.75 | 0.92 | 0.39 |
| Hex | 8 | 92 | BF | 60 | 18 | 0 | 19 | C3 | 5C | 27 |
| Octal | 10 | 222 | 277 | 140 | 30 | 0 | 31 | 303 | 134 | 47 |
| Binary | 1000 | 10010010 | 10111111 | 1100000 | 11000 | 0 | 11001 | 11000011 | 1011100 | 100111 |
Color Harmonies of #0892BF
Complementary color
Monochromatic Colors of #0892BF
Black with #0892BF
Text Example
Text Example
White with #0892BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0892BF; }
p { color: rgb(8,146,191); }
H1.HeaderClassName
{
color: #0892BF;
}
.AnyTagClassName
{
color: #0892BF;
}
</style>
background-color css
<style>
a { background-color: #0892BF; }
a { background-color: rgb(8,146,191); }
div.DivClassName
{
background-color: #0892BF;
}
.BgClassName
{
background-color: #0892BF;
}
</style>
border-color css
<style>
span { border-color: #0892BF; }
span { border-color: rgb(8,146,191); }
td.TdClassName
{
border-color: #0892BF;
}
.TagClassName
{
border-color: #0892BF;
}
</style>