Html Css Color HEX #089DA6 Bondi Blue

📋 copy color: '#089DA6'

red 8 ◦ green 157 ◦ blue 166

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

Shades of Bondi Blue #089DA6

Tints of Bondi Blue #089DA6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 50.15%

R = 2.42%
G = 47.43%
B = 50.15%

CMYK

 C value IS 0.95

 M value IS 0.05

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#089DA6 (or 0x089DA6) is known color: Bondi Blue. HEX triplet: 08, 9D and A6. RGB value is (8,157,166). Sum of RGB (Red+Green+Blue) = 8+157+166=331 (43% of max value = 765). Red value is 8 (3.52% from 255 or 2.42% from 331); Green value is 157 (61.72% from 255 or 47.43% from 331); Blue value is 166 (65.23% from 255 or 50.15% from 331); Max value from RGB is 166 - color contains mainly: blue. Hex color #089DA6 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #089DA6 is #F76259. Grayscale: #717171. Windows color (decimal): -16212570 or 10919176. OLE color: 10919176.

HSL color Cylindrical-coordinate representation of color #089DA6: hue angle of 183.42º degrees, saturation: 0.91, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #089DA6 is Cyan = 0.95, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 8 157 166 -
CMYK 0.95 0.05 0 0.35
HSL 183.42º 0.91% 0.34% -
HSV(B) 183.42º 0.95% 0.65% -
XYZ 19.04 26.92 40.27 -
YUV 113.48 157.64 52.77 -
System Red Green Blue C M Y K H S L
Decimal 8 157 166 0.95 0.05 0 0.35 183.42 0.91 0.34
Hex 8 9D A6 5F 5 0 23 B7 5B 22
Octal 10 235 246 137 5 0 43 267 133 42
Binary 1000 10011101 10100110 1011111 101 0 100011 10110111 1011011 100010

Color Harmonies of #089DA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #089DA6

Black with #089DA6

Text Example


Text Example

White with #089DA6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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