Html Css Color HEX #0089BD Bondi Blue

📋 copy color: '#0089BD'

red 0 ◦ green 137 ◦ blue 189

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

Shades of Bondi Blue #0089BD

Tints of Bondi Blue #0089BD

RGB

 RED value IS 0 (0.39% from 255) = 0%

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

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

R = 0%
G = 42.02%
B = 57.98%

CMYK

 C value IS 1

 M value IS 0.28

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#0089BD (or 0x0089BD) is known color: Bondi Blue. HEX triplet: 00, 89 and BD. RGB value is (0,137,189). Sum of RGB (Red+Green+Blue) = 0+137+189=326 (43% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 326); Green value is 137 (53.91% from 255 or 42.02% from 326); Blue value is 189 (74.22% from 255 or 57.98% from 326); Max value from RGB is 189 - color contains mainly: blue. Hex color #0089BD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0089BD is #FF7642. Grayscale: #656565. Windows color (decimal): -16741955 or 12421376. OLE color: 12421376.

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

Color convert

RGB 0 137 189 -
CMYK 1 0.28 0 0.26
HSL 196.51º 1% 0.37% -
HSV(B) 196.51º 1% 0.74% -
XYZ 18.13 21.57 51.35 -
YUV 101.97 177.11 55.27 -
System Red Green Blue C M Y K H S L
Decimal 0 137 189 1 0.28 0 0.26 196.51 1 0.37
Hex 0 89 BD 64 1C 0 1A C5 64 25
Octal 0 211 275 144 34 0 32 305 144 45
Binary 0 10001001 10111101 1100100 11100 0 11010 11000101 1100100 100101

Color Harmonies of #0089BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0089BD

Black with #0089BD

Text Example


Text Example

White with #0089BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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