#0091BD

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

Shades of Bondi Blue #0091BD

Tints of Bondi Blue #0091BD

Color information

#0091BD (or 0x0091BD) is unknown color: approx Bondi Blue. HEX triplet: 00, 91 and BD. RGB value is (0,145,189). Sum of RGB (Red+Green+Blue) = 0+145+189=334 (44% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 334); Green value is 145 (57.03% from 255 or 43.41% from 334); Blue value is 189 (74.22% from 255 or 56.59% from 334); Max value from RGB is 189 - color contains mainly: blue. Hex color #0091BD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0091BD is #FF6E42. Grayscale: #6A6A6A. Windows color (decimal): -16739907 or 12423424. OLE color: 12423424.

HSL color Cylindrical-coordinate representation of color #0091BD: hue angle of 193.97º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0091BD is Cyan = 1, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB0145189-
CMYK10.2300.26
HSL193.97º100%37.06%-
HSV(B)193.97º100%74.12%-
XYZ19.3123.9251.74-
YUV106.66174.4651.92-

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.41%
BLUE value IS 189 (74.22% from 255) = 56.59%
R=0%
G=43.41%
B=56.59%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal014518910.2300.26193.9710037.06
Hex091BD641701Ac26425
Octal02212751442703230214445
Binary01001000110111101110010010111011010110000101100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0091BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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