#009EB1

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

Shades of Bondi Blue #009EB1

Tints of Bondi Blue #009EB1

Color information

#009EB1 (or 0x009EB1) is unknown color: approx Bondi Blue. HEX triplet: 00, 9E and B1. RGB value is (0,158,177). Sum of RGB (Red+Green+Blue) = 0+158+177=335 (44% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 335); Green value is 158 (62.11% from 255 or 47.16% from 335); Blue value is 177 (69.53% from 255 or 52.84% from 335); Max value from RGB is 177 - color contains mainly: blue. Hex color #009EB1 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #009EB1 is #FF614E. Grayscale: #707070. Windows color (decimal): -16736591 or 11640320. OLE color: 11640320.

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

Color convert

RGB0158177-
CMYK10.1100.31
HSL186.44º100%34.71%-
HSV(B)186.44º100%69.41%-
XYZ20.1627.6345.87-
YUV112.92164.1547.46-

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.16%
BLUE value IS 177 (69.53% from 255) = 52.84%
R=0%
G=47.16%
B=52.84%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal015817710.1100.31186.4410034.71
Hex09EB164B01Fba6423
Octal02362611441303727214443
Binary0100111101011000111001001011011111101110101100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #009EB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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