#009da5

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

Shades of Bondi Blue #009DA5

Tints of Bondi Blue #009DA5

Color information

#009DA5 (or 0x009DA5) is unknown color: approx Bondi Blue. HEX triplet: 00, 9D and A5. RGB value is (0,157,165). Sum of RGB (Red+Green+Blue) = 0+157+165=322 (42% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 322); Green value is 157 (61.72% from 255 or 48.76% from 322); Blue value is 165 (64.84% from 255 or 51.24% from 322); Max value from RGB is 165 - color contains mainly: blue. Hex color #009DA5 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #009DA5 is #FF625A. Grayscale: #6E6E6E. Windows color (decimal): -16736859 or 10853632. OLE color: 10853632.

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

Color convert

RGB0157165-
CMYK10.0500.35
HSL182.91º100%32.35%-
HSV(B)182.91º100%64.71%-
XYZ18.8526.8339.78-
YUV110.97158.4948.85-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 157 (61.72% from 255) = 48.76%
BLUE value IS 165 (64.84% from 255) = 51.24%
R=0%
G=48.76%
B=51.24%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal015716510.0500.35182.9110032.35
Hex09DA5645023b76420
Octal0235245144504326714440
Binary0100111011010010111001001010100011101101111100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #009da5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #009da5; }

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

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

<style>
 a { background-color: #009da5; }

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

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

<style>
 span { border-color: #009da5; }

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

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