#009EA5

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

Shades of Bondi Blue #009EA5

Tints of Bondi Blue #009EA5

Color information

#009EA5 (or 0x009EA5) is unknown color: approx Bondi Blue. HEX triplet: 00, 9E and A5. RGB value is (0,158,165). Sum of RGB (Red+Green+Blue) = 0+158+165=323 (42% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 323); Green value is 158 (62.11% from 255 or 48.92% from 323); Blue value is 165 (64.84% from 255 or 51.08% from 323); Max value from RGB is 165 - color contains mainly: blue. Hex color #009EA5 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #009EA5 is #FF615A. Grayscale: #6F6F6F. Windows color (decimal): -16736603 or 10853888. OLE color: 10853888.

HSL color Cylindrical-coordinate representation of color #009EA5: hue angle of 182.55º 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 #009EA5 is Cyan = 1, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB0158165-
CMYK10.0400.35
HSL182.55º100%32.35%-
HSV(B)182.55º100%64.71%-
XYZ19.0227.1739.84-
YUV111.56158.1548.43-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 158 (62.11% from 255) = 48.92%
BLUE value IS 165 (64.84% from 255) = 51.08%
R=0%
G=48.92%
B=51.08%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal015816510.0400.35182.5510032.35
Hex09EA5644023b76420
Octal0236245144404326714440
Binary0100111101010010111001001000100011101101111100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #009EA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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