Html Css Color HEX #0892BB Bondi Blue

📋 copy color: '#0892BB'

red 8 ◦ green 146 ◦ blue 187

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

Shades of Bondi Blue #0892BB

Tints of Bondi Blue #0892BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 54.84%

R = 2.35%
G = 42.82%
B = 54.84%

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

#0892BB (or 0x0892BB) is known color: Bondi Blue. HEX triplet: 08, 92 and BB. RGB value is (8,146,187). Sum of RGB (Red+Green+Blue) = 8+146+187=341 (45% of max value = 765). Red value is 8 (3.52% from 255 or 2.35% from 341); Green value is 146 (57.42% from 255 or 42.82% from 341); Blue value is 187 (73.44% from 255 or 54.84% from 341); Max value from RGB is 187 - color contains mainly: blue. Hex color #0892BB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0892BB is #F76D44. Grayscale: #6D6D6D. Windows color (decimal): -16215365 or 12292616. OLE color: 12292616.

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

Color convert

RGB 8 146 187 -
CMYK 0.96 0.22 0 0.27
HSL 193.74º 0.92% 0.38% -
HSV(B) 193.74º 0.96% 0.73% -
XYZ 19.35 24.2 50.66 -
YUV 109.41 171.78 55.67 -
System Red Green Blue C M Y K H S L
Decimal 8 146 187 0.96 0.22 0 0.27 193.74 0.92 0.38
Hex 8 92 BB 60 16 0 1B C2 5C 26
Octal 10 222 273 140 26 0 33 302 134 46
Binary 1000 10010010 10111011 1100000 10110 0 11011 11000010 1011100 100110

Color Harmonies of #0892BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0892BB

Black with #0892BB

Text Example


Text Example

White with #0892BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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