Html Css Color HEX #089AAE Bondi Blue

📋 copy color: '#089AAE'

red 8 ◦ green 154 ◦ blue 174

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

Shades of Bondi Blue #089AAE

Tints of Bondi Blue #089AAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 51.79%

R = 2.38%
G = 45.83%
B = 51.79%

CMYK

 C value IS 0.95

 M value IS 0.11

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#089AAE (or 0x089AAE) is known color: Bondi Blue. HEX triplet: 08, 9A and AE. RGB value is (8,154,174). Sum of RGB (Red+Green+Blue) = 8+154+174=336 (44% of max value = 765). Red value is 8 (3.52% from 255 or 2.38% from 336); Green value is 154 (60.55% from 255 or 45.83% from 336); Blue value is 174 (68.36% from 255 or 51.79% from 336); Max value from RGB is 174 - color contains mainly: blue. Hex color #089AAE is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #089AAE is #F76551. Grayscale: #707070. Windows color (decimal): -16213330 or 11442696. OLE color: 11442696.

HSL color Cylindrical-coordinate representation of color #089AAE: hue angle of 187.23º degrees, saturation: 0.91, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #089AAE is Cyan = 0.95, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 8 154 174 -
CMYK 0.95 0.11 0 0.32
HSL 187.23º 0.91% 0.36% -
HSV(B) 187.23º 0.95% 0.68% -
XYZ 19.3 26.22 44.09 -
YUV 112.63 162.63 53.37 -
System Red Green Blue C M Y K H S L
Decimal 8 154 174 0.95 0.11 0 0.32 187.23 0.91 0.36
Hex 8 9A AE 5F B 0 20 BB 5B 24
Octal 10 232 256 137 13 0 40 273 133 44
Binary 1000 10011010 10101110 1011111 1011 0 100000 10111011 1011011 100100

Color Harmonies of #089AAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #089AAE

Black with #089AAE

Text Example


Text Example

White with #089AAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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