Html Css Color HEX #089AB9 Bondi Blue

📋 copy color: '#089AB9'

red 8 ◦ green 154 ◦ blue 185

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

Shades of Bondi Blue #089AB9

Tints of Bondi Blue #089AB9

RGB

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

 GREEN value IS 154 (60.55% from 255) = 44.38%

 BLUE value IS 185 (72.66% from 255) = 53.31%

R = 2.31%
G = 44.38%
B = 53.31%

CMYK

 C value IS 0.96

 M value IS 0.17

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#089AB9 (or 0x089AB9) is known color: Bondi Blue. HEX triplet: 08, 9A and B9. RGB value is (8,154,185). Sum of RGB (Red+Green+Blue) = 8+154+185=347 (45% of max value = 765). Red value is 8 (3.52% from 255 or 2.31% from 347); Green value is 154 (60.55% from 255 or 44.38% from 347); Blue value is 185 (72.66% from 255 or 53.31% from 347); Max value from RGB is 185 - color contains mainly: blue. Hex color #089AB9 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #089AB9 is #F76546. Grayscale: #717171. Windows color (decimal): -16213319 or 12163592. OLE color: 12163592.

HSL color Cylindrical-coordinate representation of color #089AB9: hue angle of 190.51º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #089AB9 is Cyan = 0.96, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 8 154 185 -
CMYK 0.96 0.17 0 0.27
HSL 190.51º 0.92% 0.38% -
HSV(B) 190.51º 0.96% 0.73% -
XYZ 20.41 26.67 49.97 -
YUV 113.88 168.13 52.48 -
System Red Green Blue C M Y K H S L
Decimal 8 154 185 0.96 0.17 0 0.27 190.51 0.92 0.38
Hex 8 9A B9 60 11 0 1B BF 5C 26
Octal 10 232 271 140 21 0 33 277 134 46
Binary 1000 10011010 10111001 1100000 10001 0 11011 10111111 1011100 100110

Color Harmonies of #089AB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #089AB9

Black with #089AB9

Text Example


Text Example

White with #089AB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,154,185); }

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

background-color css

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

 a { background-color: rgb(8,154,185); }

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

border-color css

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

 span { border-color: rgb(8,154,185); }

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