Html Css Color HEX #089BAA Bondi Blue

📋 copy color: '#089BAA'

red 8 ◦ green 155 ◦ blue 170

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

Shades of Bondi Blue #089BAA

Tints of Bondi Blue #089BAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 51.05%

R = 2.4%
G = 46.55%
B = 51.05%

CMYK

 C value IS 0.95

 M value IS 0.09

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#089BAA (or 0x089BAA) is known color: Bondi Blue. HEX triplet: 08, 9B and AA. RGB value is (8,155,170). Sum of RGB (Red+Green+Blue) = 8+155+170=333 (44% of max value = 765). Red value is 8 (3.52% from 255 or 2.40% from 333); Green value is 155 (60.94% from 255 or 46.55% from 333); Blue value is 170 (66.80% from 255 or 51.05% from 333); Max value from RGB is 170 - color contains mainly: blue. Hex color #089BAA is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #089BAA is #F76455. Grayscale: #707070. Windows color (decimal): -16213078 or 11180808. OLE color: 11180808.

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

Color convert

RGB 8 155 170 -
CMYK 0.95 0.09 0 0.33
HSL 185.56º 0.91% 0.35% -
HSV(B) 185.56º 0.95% 0.67% -
XYZ 19.08 26.4 42.12 -
YUV 112.76 160.3 53.28 -
System Red Green Blue C M Y K H S L
Decimal 8 155 170 0.95 0.09 0 0.33 185.56 0.91 0.35
Hex 8 9B AA 5F 9 0 21 BA 5B 23
Octal 10 233 252 137 11 0 41 272 133 43
Binary 1000 10011011 10101010 1011111 1001 0 100001 10111010 1011011 100011

Color Harmonies of #089BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #089BAA

Black with #089BAA

Text Example


Text Example

White with #089BAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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