Html Css Color HEX #089AAD Bondi Blue

📋 copy color: '#089AAD'

red 8 ◦ green 154 ◦ blue 173

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

Shades of Bondi Blue #089AAD

Tints of Bondi Blue #089AAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 51.64%

R = 2.39%
G = 45.97%
B = 51.64%

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

#089AAD (or 0x089AAD) is known color: Bondi Blue. HEX triplet: 08, 9A and AD. RGB value is (8,154,173). Sum of RGB (Red+Green+Blue) = 8+154+173=335 (44% of max value = 765). Red value is 8 (3.52% from 255 or 2.39% from 335); Green value is 154 (60.55% from 255 or 45.97% from 335); Blue value is 173 (67.97% from 255 or 51.64% from 335); Max value from RGB is 173 - color contains mainly: blue. Hex color #089AAD is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #089AAD is #F76552. Grayscale: #707070. Windows color (decimal): -16213331 or 11377160. OLE color: 11377160.

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

Color convert

RGB 8 154 173 -
CMYK 0.95 0.11 0 0.32
HSL 186.91º 0.91% 0.35% -
HSV(B) 186.91º 0.95% 0.68% -
XYZ 19.2 26.18 43.58 -
YUV 112.51 162.13 53.46 -
System Red Green Blue C M Y K H S L
Decimal 8 154 173 0.95 0.11 0 0.32 186.91 0.91 0.35
Hex 8 9A AD 5F B 0 20 BB 5B 23
Octal 10 232 255 137 13 0 40 273 133 43
Binary 1000 10011010 10101101 1011111 1011 0 100000 10111011 1011011 100011

Color Harmonies of #089AAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #089AAD

Black with #089AAD

Text Example


Text Example

White with #089AAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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