Html Css Color HEX #089AA8 Bondi Blue

📋 copy color: '#089AA8'

red 8 ◦ green 154 ◦ blue 168

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

Shades of Bondi Blue #089AA8

Tints of Bondi Blue #089AA8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 50.91%

R = 2.42%
G = 46.67%
B = 50.91%

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

#089AA8 (or 0x089AA8) is known color: Bondi Blue. HEX triplet: 08, 9A and A8. RGB value is (8,154,168). Sum of RGB (Red+Green+Blue) = 8+154+168=330 (43% of max value = 765). Red value is 8 (3.52% from 255 or 2.42% from 330); Green value is 154 (60.55% from 255 or 46.67% from 330); Blue value is 168 (66.02% from 255 or 50.91% from 330); Max value from RGB is 168 - color contains mainly: blue. Hex color #089AA8 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #089AA8 is #F76557. Grayscale: #6F6F6F. Windows color (decimal): -16213336 or 11049480. OLE color: 11049480.

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

Color convert

RGB 8 154 168 -
CMYK 0.95 0.08 0 0.34
HSL 185.25º 0.91% 0.35% -
HSV(B) 185.25º 0.95% 0.66% -
XYZ 18.72 25.99 41.08 -
YUV 111.94 159.63 53.86 -
System Red Green Blue C M Y K H S L
Decimal 8 154 168 0.95 0.08 0 0.34 185.25 0.91 0.35
Hex 8 9A A8 5F 8 0 22 B9 5B 23
Octal 10 232 250 137 10 0 42 271 133 43
Binary 1000 10011010 10101000 1011111 1000 0 100010 10111001 1011011 100011

Color Harmonies of #089AA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #089AA8

Black with #089AA8

Text Example


Text Example

White with #089AA8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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