Html Css Color HEX #0989B1 Bondi Blue

📋 copy color: '#0989B1'

red 9 ◦ green 137 ◦ blue 177

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

Shades of Bondi Blue #0989B1

Tints of Bondi Blue #0989B1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 54.8%

R = 2.79%
G = 42.41%
B = 54.8%

CMYK

 C value IS 0.95

 M value IS 0.23

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#0989B1 (or 0x0989B1) is known color: Bondi Blue. HEX triplet: 09, 89 and B1. RGB value is (9,137,177). Sum of RGB (Red+Green+Blue) = 9+137+177=323 (42% of max value = 765). Red value is 9 (3.91% from 255 or 2.79% from 323); Green value is 137 (53.91% from 255 or 42.41% from 323); Blue value is 177 (69.53% from 255 or 54.80% from 323); Max value from RGB is 177 - color contains mainly: blue. Hex color #0989B1 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0989B1 is #F6764E. Grayscale: #676767. Windows color (decimal): -16152143 or 11634953. OLE color: 11634953.

HSL color Cylindrical-coordinate representation of color #0989B1: hue angle of 194.29º degrees, saturation: 0.9, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0989B1 is Cyan = 0.95, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 9 137 177 -
CMYK 0.95 0.23 0 0.31
HSL 194.29º 0.9% 0.36% -
HSV(B) 194.29º 0.95% 0.69% -
XYZ 16.99 21.12 44.78 -
YUV 103.29 169.59 60.75 -
System Red Green Blue C M Y K H S L
Decimal 9 137 177 0.95 0.23 0 0.31 194.29 0.9 0.36
Hex 9 89 B1 5F 17 0 1F C2 5A 24
Octal 11 211 261 137 27 0 37 302 132 44
Binary 1001 10001001 10110001 1011111 10111 0 11111 11000010 1011010 100100

Color Harmonies of #0989B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0989B1

Black with #0989B1

Text Example


Text Example

White with #0989B1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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