#0091BF

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

Shades of Bondi Blue #0091BF

Tints of Bondi Blue #0091BF

Color information

#0091BF (or 0x0091BF) is unknown color: approx Bondi Blue. HEX triplet: 00, 91 and BF. RGB value is (0,145,191). Sum of RGB (Red+Green+Blue) = 0+145+191=336 (44% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 336); Green value is 145 (57.03% from 255 or 43.15% from 336); Blue value is 191 (75% from 255 or 56.85% from 336); Max value from RGB is 191 - color contains mainly: blue. Hex color #0091BF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0091BF is #FF6E40. Grayscale: #6A6A6A. Windows color (decimal): -16739905 or 12554496. OLE color: 12554496.

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

Color convert

RGB0145191-
CMYK10.2400.25
HSL194.45º100%37.45%-
HSV(B)194.45º100%74.9%-
XYZ19.5324.0152.9-
YUV106.89175.4651.76-

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.15%
BLUE value IS 191 (75% from 255) = 56.85%
R=0%
G=43.15%
B=56.85%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal014519110.2400.25194.4510037.45
Hex091BF6418019c26425
Octal02212771443003130214445
Binary01001000110111111110010011000011001110000101100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0091BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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