#0884BA

Color #0884BA Bondi Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bondi Blue #0884BA

Tints of Bondi Blue #0884BA

Color information

#0884BA (or 0x0884BA) is unknown color: approx Bondi Blue. HEX triplet: 08, 84 and BA. RGB value is (8,132,186). Sum of RGB (Red+Green+Blue) = 8+132+186=326 (43% of max value = 765). Red value is 8 (3.52% from 255 or 2.45% from 326); Green value is 132 (51.95% from 255 or 40.49% from 326); Blue value is 186 (73.05% from 255 or 57.06% from 326); Max value from RGB is 186 - color contains mainly: blue. Hex color #0884BA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0884BA is #F77B45. Grayscale: #646464. Windows color (decimal): -16218950 or 12223496. OLE color: 12223496.

HSL color Cylindrical-coordinate representation of color #0884BA: hue angle of 198.2º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0884BA is Cyan = 0.96, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB8132186-
CMYK0.960.2900.27
HSL198.2º91.75%38.04%-
HSV(B)198.2º95.7%72.94%-
XYZ17.2120.149.43-
YUV101.08175.9261.61-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 8 (3.52% from 255) = 2.45%
GREEN value IS 132 (51.95% from 255) = 40.49%
BLUE value IS 186 (73.05% from 255) = 57.06%
R=2.45%
G=40.49%
B=57.06%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal81321860.960.2900.27198.291.7538.04
Hex884BA601D01Bc65c26
Octal102042721403503330613446
Binary10001000010010111010110000011101011011110001101011100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0884BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0884BA; }

 p { color: rgb(8,132,186); }

 H1.HeaderClassName
 {
   color: #0884BA;
 }
 .AnyTagClassName
 {
   color: #0884BA;
 }
</style>
background-color css

<style>
 a { background-color: #0884BA; }

 a { background-color: rgb(8,132,186); }

 div.DivClassName
 {
   background-color: #0884BA;
 }
 .BgClassName
 {
   background-color: #0884BA;
 }
</style>
border-color css

<style>
 span { border-color: #0884BA; }

 span { border-color: rgb(8,132,186); }

 td.TdClassName
 {
   border-color: #0884BA;
 }
 .TagClassName
 {
   border-color: #0884BA;
 }
</style>