Html Css Color HEX #0989BA Bondi Blue

📋 copy color: '#0989BA'

red 9 ◦ green 137 ◦ blue 186

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

Shades of Bondi Blue #0989BA

Tints of Bondi Blue #0989BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 56.02%

R = 2.71%
G = 41.27%
B = 56.02%

CMYK

 C value IS 0.95

 M value IS 0.26

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#0989BA (or 0x0989BA) is known color: Bondi Blue. HEX triplet: 09, 89 and BA. RGB value is (9,137,186). Sum of RGB (Red+Green+Blue) = 9+137+186=332 (43% of max value = 765). Red value is 9 (3.91% from 255 or 2.71% from 332); Green value is 137 (53.91% from 255 or 41.27% from 332); Blue value is 186 (73.05% from 255 or 56.02% from 332); Max value from RGB is 186 - color contains mainly: blue. Hex color #0989BA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0989BA is #F67645. Grayscale: #676767. Windows color (decimal): -16152134 or 12224777. OLE color: 12224777.

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

Color convert

RGB 9 137 186 -
CMYK 0.95 0.26 0 0.27
HSL 196.61º 0.91% 0.38% -
HSV(B) 196.61º 0.95% 0.73% -
XYZ 17.92 21.49 49.66 -
YUV 104.31 174.09 60.02 -
System Red Green Blue C M Y K H S L
Decimal 9 137 186 0.95 0.26 0 0.27 196.61 0.91 0.38
Hex 9 89 BA 5F 1A 0 1B C5 5B 26
Octal 11 211 272 137 32 0 33 305 133 46
Binary 1001 10001001 10111010 1011111 11010 0 11011 11000101 1011011 100110

Color Harmonies of #0989BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0989BA

Black with #0989BA

Text Example


Text Example

White with #0989BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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