#91D3B4

Color #91D3B4 Vista Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Vista Blue #91D3B4

Tints of Vista Blue #91D3B4

Color information

#91D3B4 (or 0x91D3B4) is unknown color: approx Vista Blue. HEX triplet: 91, D3 and B4. RGB value is (145,211,180). Sum of RGB (Red+Green+Blue) = 145+211+180=536 (70% of max value = 765). Red value is 145 (57.03% from 255 or 27.05% from 536); Green value is 211 (82.81% from 255 or 39.37% from 536); Blue value is 180 (70.70% from 255 or 33.58% from 536); Max value from RGB is 211 - color contains mainly: green. Hex color #91D3B4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #91D3B4 is #6E2C4B. Grayscale: #BBBBBB. Windows color (decimal): -7220300 or 11850641. OLE color: 11850641.

HSL color Cylindrical-coordinate representation of color #91D3B4: hue angle of 151.82º degrees, saturation: 0.43, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #91D3B4 is Cyan = 0.31, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.17.

Color convert

RGB145211180-
CMYK0.3100.150.17
HSL151.82º42.86%69.8%-
HSV(B)151.82º31.28%82.75%-
XYZ43.2155.951.69-
YUV187.73123.6397.52-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 27.05%
GREEN value IS 211 (82.81% from 255) = 39.37%
BLUE value IS 180 (70.70% from 255) = 33.58%
R=27.05%
G=39.37%
B=33.58%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1452111800.3100.150.17151.8242.8669.8
Hex91D3B41F0F11982b46
Octal221323264370172123053106
Binary100100011101001110110100111110111110001100110001010111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91D3B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #91D3B4; }

 p { color: rgb(145,211,180); }

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

<style>
 a { background-color: #91D3B4; }

 a { background-color: rgb(145,211,180); }

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

<style>
 span { border-color: #91D3B4; }

 span { border-color: rgb(145,211,180); }

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