Html Css Color HEX #0889BD Bondi Blue

📋 copy color: '#0889BD'

red 8 ◦ green 137 ◦ blue 189

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

Shades of Bondi Blue #0889BD

Tints of Bondi Blue #0889BD

RGB

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

 GREEN value IS 137 (53.91% from 255) = 41.02%

 BLUE value IS 189 (74.22% from 255) = 56.59%

R = 2.4%
G = 41.02%
B = 56.59%

CMYK

 C value IS 0.96

 M value IS 0.28

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#0889BD (or 0x0889BD) is known color: Bondi Blue. HEX triplet: 08, 89 and BD. RGB value is (8,137,189). Sum of RGB (Red+Green+Blue) = 8+137+189=334 (44% of max value = 765). Red value is 8 (3.52% from 255 or 2.40% from 334); Green value is 137 (53.91% from 255 or 41.02% from 334); Blue value is 189 (74.22% from 255 or 56.59% from 334); Max value from RGB is 189 - color contains mainly: blue. Hex color #0889BD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0889BD is #F77642. Grayscale: #686868. Windows color (decimal): -16217667 or 12421384. OLE color: 12421384.

HSL color Cylindrical-coordinate representation of color #0889BD: hue angle of 197.24º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0889BD is Cyan = 0.96, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 8 137 189 -
CMYK 0.96 0.28 0 0.26
HSL 197.24º 0.92% 0.39% -
HSV(B) 197.24º 0.96% 0.74% -
XYZ 18.23 21.62 51.36 -
YUV 104.36 175.76 59.27 -
System Red Green Blue C M Y K H S L
Decimal 8 137 189 0.96 0.28 0 0.26 197.24 0.92 0.39
Hex 8 89 BD 60 1C 0 1A C5 5C 27
Octal 10 211 275 140 34 0 32 305 134 47
Binary 1000 10001001 10111101 1100000 11100 0 11010 11000101 1011100 100111

Color Harmonies of #0889BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0889BD

Black with #0889BD

Text Example


Text Example

White with #0889BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0889BD; }

 p { color: rgb(8,137,189); }

 H1.HeaderClassName
 {
   color: #0889BD;
 }
 .AnyTagClassName
 {
   color: #0889BD;
 }
</style>

background-color css

<style>
 a { background-color: #0889BD; }

 a { background-color: rgb(8,137,189); }

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

border-color css

<style>
 span { border-color: #0889BD; }

 span { border-color: rgb(8,137,189); }

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