#098EAC

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

Shades of Bondi Blue #098EAC

Tints of Bondi Blue #098EAC

Color information

#098EAC (or 0x098EAC) is unknown color: approx Bondi Blue. HEX triplet: 09, 8E and AC. RGB value is (9,142,172). Sum of RGB (Red+Green+Blue) = 9+142+172=323 (42% of max value = 765). Red value is 9 (3.91% from 255 or 2.79% from 323); Green value is 142 (55.86% from 255 or 43.96% from 323); Blue value is 172 (67.58% from 255 or 53.25% from 323); Max value from RGB is 172 - color contains mainly: blue. Hex color #098EAC is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #098EAC is #F67153. Grayscale: #696969. Windows color (decimal): -16150868 or 11308553. OLE color: 11308553.

HSL color Cylindrical-coordinate representation of color #098EAC: hue angle of 191.04º degrees, saturation: 0.9, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #098EAC is Cyan = 0.95, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB9142172-
CMYK0.950.1700.33
HSL191.04º90.06%35.49%-
HSV(B)191.04º94.77%67.45%-
XYZ17.2322.3842.44-
YUV105.65165.4459.06-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 2.79%
GREEN value IS 142 (55.86% from 255) = 43.96%
BLUE value IS 172 (67.58% from 255) = 53.25%
R=2.79%
G=43.96%
B=53.25%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal91421720.950.1700.33191.0490.0635.49
Hex98EAC5F11021bf5a23
Octal112162541372104127713243
Binary100110001110101011001011111100010100001101111111011010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #098EAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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