Html Css Color HEX #0892BE Bondi Blue

📋 copy color: '#0892BE'

red 8 ◦ green 146 ◦ blue 190

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

Shades of Bondi Blue #0892BE

Tints of Bondi Blue #0892BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 55.23%

R = 2.33%
G = 42.44%
B = 55.23%

CMYK

 C value IS 0.96

 M value IS 0.23

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#0892BE (or 0x0892BE) is known color: Bondi Blue. HEX triplet: 08, 92 and BE. RGB value is (8,146,190). Sum of RGB (Red+Green+Blue) = 8+146+190=344 (45% of max value = 765). Red value is 8 (3.52% from 255 or 2.33% from 344); Green value is 146 (57.42% from 255 or 42.44% from 344); Blue value is 190 (74.61% from 255 or 55.23% from 344); Max value from RGB is 190 - color contains mainly: blue. Hex color #0892BE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0892BE is #F76D41. Grayscale: #6D6D6D. Windows color (decimal): -16215362 or 12489224. OLE color: 12489224.

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

Color convert

RGB 8 146 190 -
CMYK 0.96 0.23 0 0.25
HSL 194.51º 0.92% 0.39% -
HSV(B) 194.51º 0.96% 0.75% -
XYZ 19.67 24.33 52.37 -
YUV 109.75 173.28 55.42 -
System Red Green Blue C M Y K H S L
Decimal 8 146 190 0.96 0.23 0 0.25 194.51 0.92 0.39
Hex 8 92 BE 60 17 0 19 C3 5C 27
Octal 10 222 276 140 27 0 31 303 134 47
Binary 1000 10010010 10111110 1100000 10111 0 11001 11000011 1011100 100111

Color Harmonies of #0892BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0892BE

Black with #0892BE

Text Example


Text Example

White with #0892BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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