Html Css Color HEX #0989BD Bondi Blue

📋 copy color: '#0989BD'

red 9 ◦ green 137 ◦ blue 189

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

Shades of Bondi Blue #0989BD

Tints of Bondi Blue #0989BD

RGB

 RED value IS 9 (3.91% from 255) = 2.69%

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

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

R = 2.69%
G = 40.9%
B = 56.42%

CMYK

 C value IS 0.95

 M value IS 0.28

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#0989BD (or 0x0989BD) is known color: Bondi Blue. HEX triplet: 09, 89 and BD. RGB value is (9,137,189). Sum of RGB (Red+Green+Blue) = 9+137+189=335 (44% of max value = 765). Red value is 9 (3.91% from 255 or 2.69% from 335); Green value is 137 (53.91% from 255 or 40.90% from 335); Blue value is 189 (74.22% from 255 or 56.42% from 335); Max value from RGB is 189 - color contains mainly: blue. Hex color #0989BD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0989BD is #F67642. Grayscale: #686868. Windows color (decimal): -16152131 or 12421385. OLE color: 12421385.

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

Color convert

RGB 9 137 189 -
CMYK 0.95 0.28 0 0.26
HSL 197.33º 0.91% 0.39% -
HSV(B) 197.33º 0.95% 0.74% -
XYZ 18.24 21.62 51.36 -
YUV 104.66 175.59 59.77 -
System Red Green Blue C M Y K H S L
Decimal 9 137 189 0.95 0.28 0 0.26 197.33 0.91 0.39
Hex 9 89 BD 5F 1C 0 1A C5 5B 27
Octal 11 211 275 137 34 0 32 305 133 47
Binary 1001 10001001 10111101 1011111 11100 0 11010 11000101 1011011 100111

Color Harmonies of #0989BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0989BD

Black with #0989BD

Text Example


Text Example

White with #0989BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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