Html Css Color HEX #089BAB Bondi Blue

📋 copy color: '#089BAB'

red 8 ◦ green 155 ◦ blue 171

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

Shades of Bondi Blue #089BAB

Tints of Bondi Blue #089BAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 51.2%

R = 2.4%
G = 46.41%
B = 51.2%

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

#089BAB (or 0x089BAB) is known color: Bondi Blue. HEX triplet: 08, 9B and AB. RGB value is (8,155,171). Sum of RGB (Red+Green+Blue) = 8+155+171=334 (44% of max value = 765). Red value is 8 (3.52% from 255 or 2.40% from 334); Green value is 155 (60.94% from 255 or 46.41% from 334); Blue value is 171 (67.19% from 255 or 51.20% from 334); Max value from RGB is 171 - color contains mainly: blue. Hex color #089BAB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #089BAB is #F76454. Grayscale: #707070. Windows color (decimal): -16213077 or 11246344. OLE color: 11246344.

HSL color Cylindrical-coordinate representation of color #089BAB: hue angle of 185.89º 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 #089BAB is Cyan = 0.95, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 8 155 171 -
CMYK 0.95 0.09 0 0.33
HSL 185.89º 0.91% 0.35% -
HSV(B) 185.89º 0.95% 0.67% -
XYZ 19.17 26.43 42.62 -
YUV 112.87 160.8 53.2 -
System Red Green Blue C M Y K H S L
Decimal 8 155 171 0.95 0.09 0 0.33 185.89 0.91 0.35
Hex 8 9B AB 5F 9 0 21 BA 5B 23
Octal 10 233 253 137 11 0 41 272 133 43
Binary 1000 10011011 10101011 1011111 1001 0 100001 10111010 1011011 100011

Color Harmonies of #089BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #089BAB

Black with #089BAB

Text Example


Text Example

White with #089BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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