Html Css Color HEX #089BA9 Bondi Blue

📋 copy color: '#089BA9'

red 8 ◦ green 155 ◦ blue 169

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

Shades of Bondi Blue #089BA9

Tints of Bondi Blue #089BA9

RGB

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

 GREEN value IS 155 (60.94% from 255) = 46.69%

 BLUE value IS 169 (66.41% from 255) = 50.9%

R = 2.41%
G = 46.69%
B = 50.9%

CMYK

 C value IS 0.95

 M value IS 0.08

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#089BA9 (or 0x089BA9) is known color: Bondi Blue. HEX triplet: 08, 9B and A9. RGB value is (8,155,169). Sum of RGB (Red+Green+Blue) = 8+155+169=332 (43% of max value = 765). Red value is 8 (3.52% from 255 or 2.41% from 332); Green value is 155 (60.94% from 255 or 46.69% from 332); Blue value is 169 (66.41% from 255 or 50.90% from 332); Max value from RGB is 169 - color contains mainly: blue. Hex color #089BA9 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #089BA9 is #F76456. Grayscale: #707070. Windows color (decimal): -16213079 or 11115272. OLE color: 11115272.

HSL color Cylindrical-coordinate representation of color #089BA9: hue angle of 185.22º degrees, saturation: 0.91, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #089BA9 is Cyan = 0.95, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 8 155 169 -
CMYK 0.95 0.08 0 0.34
HSL 185.22º 0.91% 0.35% -
HSV(B) 185.22º 0.95% 0.66% -
XYZ 18.98 26.36 41.62 -
YUV 112.64 159.8 53.36 -
System Red Green Blue C M Y K H S L
Decimal 8 155 169 0.95 0.08 0 0.34 185.22 0.91 0.35
Hex 8 9B A9 5F 8 0 22 B9 5B 23
Octal 10 233 251 137 10 0 42 271 133 43
Binary 1000 10011011 10101001 1011111 1000 0 100010 10111001 1011011 100011

Color Harmonies of #089BA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #089BA9

Black with #089BA9

Text Example


Text Example

White with #089BA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #089BA9; }

 p { color: rgb(8,155,169); }

 H1.HeaderClassName
 {
   color: #089BA9;
 }
 .AnyTagClassName
 {
   color: #089BA9;
 }
</style>

background-color css

<style>
 a { background-color: #089BA9; }

 a { background-color: rgb(8,155,169); }

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

border-color css

<style>
 span { border-color: #089BA9; }

 span { border-color: rgb(8,155,169); }

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