#089EAD

Color #089EAD Bondi Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bondi Blue #089EAD

Tints of Bondi Blue #089EAD

Color information

#089EAD (or 0x089EAD) is unknown color: approx Bondi Blue. HEX triplet: 08, 9E and AD. RGB value is (8,158,173). Sum of RGB (Red+Green+Blue) = 8+158+173=339 (44% of max value = 765). Red value is 8 (3.52% from 255 or 2.36% from 339); Green value is 158 (62.11% from 255 or 46.61% from 339); Blue value is 173 (67.97% from 255 or 51.03% from 339); Max value from RGB is 173 - color contains mainly: blue. Hex color #089EAD is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #089EAD is #F76152. Grayscale: #727272. Windows color (decimal): -16212307 or 11378184. OLE color: 11378184.

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

Color convert

RGB8158173-
CMYK0.950.0900.32
HSL185.45º91.16%35.49%-
HSV(B)185.45º95.38%67.84%-
XYZ19.8727.5243.8-
YUV114.86160.851.78-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 2.36%
GREEN value IS 158 (62.11% from 255) = 46.61%
BLUE value IS 173 (67.97% from 255) = 51.03%
R=2.36%
G=46.61%
B=51.03%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal81581730.950.0900.32185.4591.1635.49
Hex89EAD5F9020b95b23
Octal102362551371104027113343
Binary10001001111010101101101111110010100000101110011011011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #089EAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #089EAD;
 }
 .AnyTagClassName
 {
   color: #089EAD;
 }
</style>
background-color css

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

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

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

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

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

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