#098EAE

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

Shades of Bondi Blue #098EAE

Tints of Bondi Blue #098EAE

Color information

#098EAE (or 0x098EAE) is unknown color: approx Bondi Blue. HEX triplet: 09, 8E and AE. RGB value is (9,142,174). Sum of RGB (Red+Green+Blue) = 9+142+174=325 (43% of max value = 765). Red value is 9 (3.91% from 255 or 2.77% from 325); Green value is 142 (55.86% from 255 or 43.69% from 325); Blue value is 174 (68.36% from 255 or 53.54% from 325); Max value from RGB is 174 - color contains mainly: blue. Hex color #098EAE is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #098EAE is #F67151. Grayscale: #696969. Windows color (decimal): -16150866 or 11439625. OLE color: 11439625.

HSL color Cylindrical-coordinate representation of color #098EAE: hue angle of 191.64º degrees, saturation: 0.9, 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 #098EAE is Cyan = 0.95, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB9142174-
CMYK0.950.1800.32
HSL191.64º90.16%35.88%-
HSV(B)191.64º94.83%68.24%-
XYZ17.4322.4643.46-
YUV105.88166.4458.9-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 2.77%
GREEN value IS 142 (55.86% from 255) = 43.69%
BLUE value IS 174 (68.36% from 255) = 53.54%
R=2.77%
G=43.69%
B=53.54%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal91421740.950.1800.32191.6490.1635.88
Hex98EAE5F12020c05a24
Octal112162561372204030013244
Binary100110001110101011101011111100100100000110000001011010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #098EAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #098EAE; }

 p { color: rgb(9,142,174); }

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

<style>
 a { background-color: #098EAE; }

 a { background-color: rgb(9,142,174); }

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

<style>
 span { border-color: #098EAE; }

 span { border-color: rgb(9,142,174); }

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