Html Css Color HEX #089DAE Bondi Blue

📋 copy color: '#089DAE'

red 8 ◦ green 157 ◦ blue 174

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

Shades of Bondi Blue #089DAE

Tints of Bondi Blue #089DAE

RGB

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

 GREEN value IS 157 (61.72% from 255) = 46.31%

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

R = 2.36%
G = 46.31%
B = 51.33%

CMYK

 C value IS 0.95

 M value IS 0.10

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#089DAE (or 0x089DAE) is known color: Bondi Blue. HEX triplet: 08, 9D and AE. RGB value is (8,157,174). Sum of RGB (Red+Green+Blue) = 8+157+174=339 (44% of max value = 765). Red value is 8 (3.52% from 255 or 2.36% from 339); Green value is 157 (61.72% from 255 or 46.31% from 339); Blue value is 174 (68.36% from 255 or 51.33% from 339); Max value from RGB is 174 - color contains mainly: blue. Hex color #089DAE is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #089DAE is #F76251. Grayscale: #727272. Windows color (decimal): -16212562 or 11443464. OLE color: 11443464.

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

Color convert

RGB 8 157 174 -
CMYK 0.95 0.10 0 0.32
HSL 186.14º 0.91% 0.36% -
HSV(B) 186.14º 0.95% 0.68% -
XYZ 19.8 27.22 44.26 -
YUV 114.39 161.64 52.12 -
System Red Green Blue C M Y K H S L
Decimal 8 157 174 0.95 0.10 0 0.32 186.14 0.91 0.36
Hex 8 9D AE 5F A 0 20 BA 5B 24
Octal 10 235 256 137 12 0 40 272 133 44
Binary 1000 10011101 10101110 1011111 1010 0 100000 10111010 1011011 100100

Color Harmonies of #089DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #089DAE

Black with #089DAE

Text Example


Text Example

White with #089DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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