#098DAB

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

Shades of Bondi Blue #098DAB

Tints of Bondi Blue #098DAB

Color information

#098DAB (or 0x098DAB) is unknown color: approx Bondi Blue. HEX triplet: 09, 8D and AB. RGB value is (9,141,171). Sum of RGB (Red+Green+Blue) = 9+141+171=321 (42% of max value = 765). Red value is 9 (3.91% from 255 or 2.80% from 321); Green value is 141 (55.47% from 255 or 43.93% from 321); Blue value is 171 (67.19% from 255 or 53.27% from 321); Max value from RGB is 171 - color contains mainly: blue. Hex color #098DAB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #098DAB is #F67254. Grayscale: #686868. Windows color (decimal): -16151125 or 11242761. OLE color: 11242761.

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

Color convert

RGB9141171-
CMYK0.950.1800.33
HSL191.11º90%35.29%-
HSV(B)191.11º94.74%67.06%-
XYZ16.9922.0541.89-
YUV104.95165.2759.56-

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.93%
BLUE value IS 171 (67.19% from 255) = 53.27%
R=2.80%
G=43.93%
B=53.27%

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
Decimal91411710.950.1800.33191.119035.29
Hex98DAB5F12021bf5a23
Octal112152531372204127713243
Binary100110001101101010111011111100100100001101111111011010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #098DAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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