Html Css Color HEX #0884BA Bondi Blue

📋 copy color: '#0884BA'

red 8 ◦ green 132 ◦ blue 186

#0884BA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bondi Blue #0884BA

Tints of Bondi Blue #0884BA

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 value IS 0.96

 M value IS 0.29

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#0884BA (or 0x0884BA) is known color: 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

RGB 8 132 186 -
CMYK 0.96 0.29 0 0.27
HSL 198.2º 0.92% 0.38% -
HSV(B) 198.2º 0.96% 0.73% -
XYZ 17.21 20.1 49.43 -
YUV 101.08 175.92 61.61 -
System Red Green Blue C M Y K H S L
Decimal 8 132 186 0.96 0.29 0 0.27 198.2 0.92 0.38
Hex 8 84 BA 60 1D 0 1B C6 5C 26
Octal 10 204 272 140 35 0 33 306 134 46
Binary 1000 10000100 10111010 1100000 11101 0 11011 11000110 1011100 100110

Color Harmonies of #0884BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0884BA

Black with #0884BA

Text Example


Text Example

White with #0884BA

Text Example


Text Example

HTML Codes & Css Web 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>