#098DAE

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

Shades of Bondi Blue #098DAE

Tints of Bondi Blue #098DAE

Color information

#098DAE (or 0x098DAE) is unknown color: approx Bondi Blue. HEX triplet: 09, 8D and AE. RGB value is (9,141,174). Sum of RGB (Red+Green+Blue) = 9+141+174=324 (42% of max value = 765). Red value is 9 (3.91% from 255 or 2.78% from 324); Green value is 141 (55.47% from 255 or 43.52% from 324); Blue value is 174 (68.36% from 255 or 53.70% from 324); Max value from RGB is 174 - color contains mainly: blue. Hex color #098DAE is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #098DAE is #F67251. Grayscale: #696969. Windows color (decimal): -16151122 or 11439369. OLE color: 11439369.

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

Color convert

RGB9141174-
CMYK0.950.1900.32
HSL192º90.16%35.88%-
HSV(B)192º94.83%68.24%-
XYZ17.2822.1643.41-
YUV105.29166.7759.32-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 2.78%
GREEN value IS 141 (55.47% from 255) = 43.52%
BLUE value IS 174 (68.36% from 255) = 53.70%
R=2.78%
G=43.52%
B=53.70%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal91411740.950.1900.3219290.1635.88
Hex98DAE5F13020c05a24
Octal112152561372304030013244
Binary100110001101101011101011111100110100000110000001011010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #098DAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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