#009EB5

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

Shades of Bondi Blue #009EB5

Tints of Bondi Blue #009EB5

Color information

#009EB5 (or 0x009EB5) is unknown color: approx Bondi Blue. HEX triplet: 00, 9E and B5. RGB value is (0,158,181). Sum of RGB (Red+Green+Blue) = 0+158+181=339 (44% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 339); Green value is 158 (62.11% from 255 or 46.61% from 339); Blue value is 181 (71.09% from 255 or 53.39% from 339); Max value from RGB is 181 - color contains mainly: blue. Hex color #009EB5 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #009EB5 is #FF614A. Grayscale: #717171. Windows color (decimal): -16736587 or 11902464. OLE color: 11902464.

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

Color convert

RGB0158181-
CMYK10.1300.29
HSL187.62º100%35.49%-
HSV(B)187.62º100%70.98%-
XYZ20.5727.7948-
YUV113.38166.1547.13-

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) = 46.61%
BLUE value IS 181 (71.09% from 255) = 53.39%
R=0%
G=46.61%
B=53.39%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal015818110.1300.29187.6210035.49
Hex09EB564D01Dbc6423
Octal02362651441503527414443
Binary0100111101011010111001001101011101101111001100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #009EB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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