#098DAC

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

Shades of Bondi Blue #098DAC

Tints of Bondi Blue #098DAC

Color information

#098DAC (or 0x098DAC) is unknown color: approx Bondi Blue. HEX triplet: 09, 8D and AC. RGB value is (9,141,172). Sum of RGB (Red+Green+Blue) = 9+141+172=322 (42% of max value = 765). Red value is 9 (3.91% from 255 or 2.80% from 322); Green value is 141 (55.47% from 255 or 43.79% from 322); Blue value is 172 (67.58% from 255 or 53.42% from 322); Max value from RGB is 172 - color contains mainly: blue. Hex color #098DAC is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #098DAC is #F67253. Grayscale: #686868. Windows color (decimal): -16151124 or 11308297. OLE color: 11308297.

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

Color convert

RGB9141172-
CMYK0.950.1800.33
HSL191.41º90.06%35.49%-
HSV(B)191.41º94.77%67.45%-
XYZ17.0822.0942.39-
YUV105.07165.7759.48-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 2.80%
GREEN value IS 141 (55.47% from 255) = 43.79%
BLUE value IS 172 (67.58% from 255) = 53.42%
R=2.80%
G=43.79%
B=53.42%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal91411720.950.1800.33191.4190.0635.49
Hex98DAC5F12021bf5a23
Octal112152541372204127713243
Binary100110001101101011001011111100100100001101111111011010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #098DAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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