#009EA7

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

Shades of Bondi Blue #009EA7

Tints of Bondi Blue #009EA7

Color information

#009EA7 (or 0x009EA7) is unknown color: approx Bondi Blue. HEX triplet: 00, 9E and A7. RGB value is (0,158,167). Sum of RGB (Red+Green+Blue) = 0+158+167=325 (43% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 325); Green value is 158 (62.11% from 255 or 48.62% from 325); Blue value is 167 (65.62% from 255 or 51.38% from 325); Max value from RGB is 167 - color contains mainly: blue. Hex color #009EA7 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #009EA7 is #FF6158. Grayscale: #6F6F6F. Windows color (decimal): -16736601 or 10984960. OLE color: 10984960.

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

Color convert

RGB0158167-
CMYK10.0500.35
HSL183.23º100%32.75%-
HSV(B)183.23º100%65.49%-
XYZ19.227.2440.81-
YUV111.78159.1548.27-

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.62%
BLUE value IS 167 (65.62% from 255) = 51.38%
R=0%
G=48.62%
B=51.38%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal015816710.0500.35183.2310032.75
Hex09EA7645023b76421
Octal0236247144504326714441
Binary0100111101010011111001001010100011101101111100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #009EA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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