#099DA5

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

Shades of Bondi Blue #099DA5

Tints of Bondi Blue #099DA5

Color information

#099DA5 (or 0x099DA5) is unknown color: approx Bondi Blue. HEX triplet: 09, 9D and A5. RGB value is (9,157,165). Sum of RGB (Red+Green+Blue) = 9+157+165=331 (43% of max value = 765). Red value is 9 (3.91% from 255 or 2.72% from 331); Green value is 157 (61.72% from 255 or 47.43% from 331); Blue value is 165 (64.84% from 255 or 49.85% from 331); Max value from RGB is 165 - color contains mainly: blue. Hex color #099DA5 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #099DA5 is #F6625A. Grayscale: #717171. Windows color (decimal): -16147035 or 10853641. OLE color: 10853641.

HSL color Cylindrical-coordinate representation of color #099DA5: hue angle of 183.08º degrees, saturation: 0.9, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #099DA5 is Cyan = 0.95, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB9157165-
CMYK0.950.0500.35
HSL183.08º89.66%34.12%-
HSV(B)183.08º94.55%64.71%-
XYZ18.9626.8939.79-
YUV113.66156.9753.35-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 2.72%
GREEN value IS 157 (61.72% from 255) = 47.43%
BLUE value IS 165 (64.84% from 255) = 49.85%
R=2.72%
G=47.43%
B=49.85%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal91571650.950.0500.35183.0889.6634.12
Hex99DA55F5023b75a22
Octal11235245137504326713242
Binary1001100111011010010110111111010100011101101111011010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #099DA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #099DA5; }

 p { color: rgb(9,157,165); }

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

<style>
 a { background-color: #099DA5; }

 a { background-color: rgb(9,157,165); }

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

<style>
 span { border-color: #099DA5; }

 span { border-color: rgb(9,157,165); }

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