#91CCAD

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

Shades of Vista Blue #91CCAD

Tints of Vista Blue #91CCAD

Color information

#91CCAD (or 0x91CCAD) is unknown color: approx Vista Blue. HEX triplet: 91, CC and AD. RGB value is (145,204,173). Sum of RGB (Red+Green+Blue) = 145+204+173=522 (69% of max value = 765). Red value is 145 (57.03% from 255 or 27.78% from 522); Green value is 204 (80.08% from 255 or 39.08% from 522); Blue value is 173 (67.97% from 255 or 33.14% from 522); Max value from RGB is 204 - color contains mainly: green. Hex color #91CCAD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #91CCAD is #6E3352. Grayscale: #B6B6B6. Windows color (decimal): -7222099 or 11390097. OLE color: 11390097.

HSL color Cylindrical-coordinate representation of color #91CCAD: hue angle of 148.47º degrees, saturation: 0.37, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #91CCAD is Cyan = 0.29, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.2.

Color convert

RGB145204173-
CMYK0.2900.150.2
HSL148.47º36.65%68.43%-
HSV(B)148.47º28.92%80%-
XYZ40.8152.2247.46-
YUV182.82122.45101.02-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 27.78%
GREEN value IS 204 (80.08% from 255) = 39.08%
BLUE value IS 173 (67.97% from 255) = 33.14%
R=27.78%
G=39.08%
B=33.14%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1452041730.2900.150.2148.4736.6568.43
Hex91CCAD1D0F14942544
Octal221314255350172422445104
Binary100100011100110010101101111010111110100100101001001011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91CCAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(145,204,173); }

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

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

 a { background-color: rgb(145,204,173); }

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

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

 span { border-color: rgb(145,204,173); }

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