#009EB2

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

Shades of Bondi Blue #009EB2

Tints of Bondi Blue #009EB2

Color information

#009EB2 (or 0x009EB2) is unknown color: approx Bondi Blue. HEX triplet: 00, 9E and B2. RGB value is (0,158,178). Sum of RGB (Red+Green+Blue) = 0+158+178=336 (44% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 336); Green value is 158 (62.11% from 255 or 47.02% from 336); Blue value is 178 (69.92% from 255 or 52.98% from 336); Max value from RGB is 178 - color contains mainly: blue. Hex color #009EB2 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #009EB2 is #FF614D. Grayscale: #707070. Windows color (decimal): -16736590 or 11705856. OLE color: 11705856.

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

Color convert

RGB0158178-
CMYK10.1100.30
HSL186.74º100%34.9%-
HSV(B)186.74º100%69.8%-
XYZ20.2627.6746.39-
YUV113.04164.6547.37-

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) = 47.02%
BLUE value IS 178 (69.92% from 255) = 52.98%
R=0%
G=47.02%
B=52.98%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal015817810.1100.30186.7410034.9
Hex09EB264B01Ebb6423
Octal02362621441303627314443
Binary0100111101011001011001001011011110101110111100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #009EB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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