Html Css Color HEX #089EAA Bondi Blue

📋 copy color: '#089EAA'

red 8 ◦ green 158 ◦ blue 170

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

Shades of Bondi Blue #089EAA

Tints of Bondi Blue #089EAA

RGB

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

 GREEN value IS 158 (62.11% from 255) = 47.02%

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

R = 2.38%
G = 47.02%
B = 50.6%

CMYK

 C value IS 0.95

 M value IS 0.07

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#089EAA (or 0x089EAA) is known color: Bondi Blue. HEX triplet: 08, 9E and AA. RGB value is (8,158,170). Sum of RGB (Red+Green+Blue) = 8+158+170=336 (44% of max value = 765). Red value is 8 (3.52% from 255 or 2.38% from 336); Green value is 158 (62.11% from 255 or 47.02% from 336); Blue value is 170 (66.80% from 255 or 50.60% from 336); Max value from RGB is 170 - color contains mainly: blue. Hex color #089EAA is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #089EAA is #F76155. Grayscale: #727272. Windows color (decimal): -16212310 or 11181576. OLE color: 11181576.

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

Color convert

RGB 8 158 170 -
CMYK 0.95 0.07 0 0.33
HSL 184.44º 0.91% 0.35% -
HSV(B) 184.44º 0.95% 0.67% -
XYZ 19.58 27.41 42.29 -
YUV 114.52 159.31 52.02 -
System Red Green Blue C M Y K H S L
Decimal 8 158 170 0.95 0.07 0 0.33 184.44 0.91 0.35
Hex 8 9E AA 5F 7 0 21 B8 5B 23
Octal 10 236 252 137 7 0 41 270 133 43
Binary 1000 10011110 10101010 1011111 111 0 100001 10111000 1011011 100011

Color Harmonies of #089EAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #089EAA

Black with #089EAA

Text Example


Text Example

White with #089EAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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