Html Css Color HEX #0892BA Bondi Blue

📋 copy color: '#0892BA'

red 8 ◦ green 146 ◦ blue 186

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

Shades of Bondi Blue #0892BA

Tints of Bondi Blue #0892BA

RGB

 RED value IS 8 (3.52% from 255) = 2.35%

 GREEN value IS 146 (57.42% from 255) = 42.94%

 BLUE value IS 186 (73.05% from 255) = 54.71%

R = 2.35%
G = 42.94%
B = 54.71%

CMYK

 C value IS 0.96

 M value IS 0.22

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#0892BA (or 0x0892BA) is known color: Bondi Blue. HEX triplet: 08, 92 and BA. RGB value is (8,146,186). Sum of RGB (Red+Green+Blue) = 8+146+186=340 (45% of max value = 765). Red value is 8 (3.52% from 255 or 2.35% from 340); Green value is 146 (57.42% from 255 or 42.94% from 340); Blue value is 186 (73.05% from 255 or 54.71% from 340); Max value from RGB is 186 - color contains mainly: blue. Hex color #0892BA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0892BA is #F76D45. Grayscale: #6D6D6D. Windows color (decimal): -16215366 or 12227080. OLE color: 12227080.

HSL color Cylindrical-coordinate representation of color #0892BA: hue angle of 193.48º 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 #0892BA is Cyan = 0.96, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 8 146 186 -
CMYK 0.96 0.22 0 0.27
HSL 193.48º 0.92% 0.38% -
HSV(B) 193.48º 0.96% 0.73% -
XYZ 19.24 24.15 50.1 -
YUV 109.3 171.28 55.75 -
System Red Green Blue C M Y K H S L
Decimal 8 146 186 0.96 0.22 0 0.27 193.48 0.92 0.38
Hex 8 92 BA 60 16 0 1B C1 5C 26
Octal 10 222 272 140 26 0 33 301 134 46
Binary 1000 10010010 10111010 1100000 10110 0 11011 11000001 1011100 100110

Color Harmonies of #0892BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0892BA

Black with #0892BA

Text Example


Text Example

White with #0892BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #0892BA;
 }
 .AnyTagClassName
 {
   color: #0892BA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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