#0091BA

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

Shades of Bondi Blue #0091BA

Tints of Bondi Blue #0091BA

Color information

#0091BA (or 0x0091BA) is unknown color: approx Bondi Blue. HEX triplet: 00, 91 and BA. RGB value is (0,145,186). Sum of RGB (Red+Green+Blue) = 0+145+186=331 (43% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 331); Green value is 145 (57.03% from 255 or 43.81% from 331); Blue value is 186 (73.05% from 255 or 56.19% from 331); Max value from RGB is 186 - color contains mainly: blue. Hex color #0091BA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0091BA is #FF6E45. Grayscale: #6A6A6A. Windows color (decimal): -16739910 or 12226816. OLE color: 12226816.

HSL color Cylindrical-coordinate representation of color #0091BA: hue angle of 193.23º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0091BA is Cyan = 1, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB0145186-
CMYK10.2200.27
HSL193.23º100%36.47%-
HSV(B)193.23º100%72.94%-
XYZ18.9923.850.05-
YUV106.32172.9652.17-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 145 (57.03% from 255) = 43.81%
BLUE value IS 186 (73.05% from 255) = 56.19%
R=0%
G=43.81%
B=56.19%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal014518610.2200.27193.2310036.47
Hex091BA641601Bc16424
Octal02212721442603330114444
Binary01001000110111010110010010110011011110000011100100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0091BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0091BA; }

 p { color: rgb(0,145,186); }

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

<style>
 a { background-color: #0091BA; }

 a { background-color: rgb(0,145,186); }

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

<style>
 span { border-color: #0091BA; }

 span { border-color: rgb(0,145,186); }

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