#0091BB

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

Shades of Bondi Blue #0091BB

Tints of Bondi Blue #0091BB

Color information

#0091BB (or 0x0091BB) is unknown color: approx Bondi Blue. HEX triplet: 00, 91 and BB. RGB value is (0,145,187). Sum of RGB (Red+Green+Blue) = 0+145+187=332 (43% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 332); Green value is 145 (57.03% from 255 or 43.67% from 332); Blue value is 187 (73.44% from 255 or 56.33% from 332); Max value from RGB is 187 - color contains mainly: blue. Hex color #0091BB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0091BB is #FF6E44. Grayscale: #6A6A6A. Windows color (decimal): -16739909 or 12292352. OLE color: 12292352.

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

Color convert

RGB0145187-
CMYK10.2200.27
HSL193.48º100%36.67%-
HSV(B)193.48º100%73.33%-
XYZ19.123.8450.61-
YUV106.43173.4652.08-

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.67%
BLUE value IS 187 (73.44% from 255) = 56.33%
R=0%
G=43.67%
B=56.33%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal014518710.2200.27193.4810036.67
Hex091BB641601Bc16425
Octal02212731442603330114445
Binary01001000110111011110010010110011011110000011100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0091BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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