#099DA6

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

Shades of Bondi Blue #099DA6

Tints of Bondi Blue #099DA6

Color information

#099DA6 (or 0x099DA6) is unknown color: approx Bondi Blue. HEX triplet: 09, 9D and A6. RGB value is (9,157,166). Sum of RGB (Red+Green+Blue) = 9+157+166=332 (43% of max value = 765). Red value is 9 (3.91% from 255 or 2.71% from 332); Green value is 157 (61.72% from 255 or 47.29% from 332); Blue value is 166 (65.23% from 255 or 50% from 332); Max value from RGB is 166 - color contains mainly: blue. Hex color #099DA6 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #099DA6 is #F66259. Grayscale: #717171. Windows color (decimal): -16147034 or 10919177. OLE color: 10919177.

HSL color Cylindrical-coordinate representation of color #099DA6: hue angle of 183.44º 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 #099DA6 is Cyan = 0.95, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB9157166-
CMYK0.950.0500.35
HSL183.44º89.71%34.31%-
HSV(B)183.44º94.58%65.1%-
XYZ19.0526.9340.27-
YUV113.77157.4753.27-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 2.71%
GREEN value IS 157 (61.72% from 255) = 47.29%
BLUE value IS 166 (65.23% from 255) = 50%
R=2.71%
G=47.29%
B=50%

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
Decimal91571660.950.0500.35183.4489.7134.31
Hex99DA65F5023b75a22
Octal11235246137504326713242
Binary1001100111011010011010111111010100011101101111011010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #099DA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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