#94CAAD

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

Shades of Vista Blue #94CAAD

Tints of Vista Blue #94CAAD

Color information

#94CAAD (or 0x94CAAD) is unknown color: approx Vista Blue. HEX triplet: 94, CA and AD. RGB value is (148,202,173). Sum of RGB (Red+Green+Blue) = 148+202+173=523 (69% of max value = 765). Red value is 148 (58.20% from 255 or 28.30% from 523); Green value is 202 (79.30% from 255 or 38.62% from 523); Blue value is 173 (67.97% from 255 or 33.08% from 523); Max value from RGB is 202 - color contains mainly: green. Hex color #94CAAD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94CAAD is #6B3552. Grayscale: #B6B6B6. Windows color (decimal): -7026003 or 11389588. OLE color: 11389588.

HSL color Cylindrical-coordinate representation of color #94CAAD: hue angle of 147.78º degrees, saturation: 0.34, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #94CAAD is Cyan = 0.27, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.21.

Color convert

RGB148202173-
CMYK0.2700.140.21
HSL147.78º33.75%68.63%-
HSV(B)147.78º26.73%79.22%-
XYZ40.8851.5547.33-
YUV182.55122.61103.36-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 28.30%
GREEN value IS 202 (79.30% from 255) = 38.62%
BLUE value IS 173 (67.97% from 255) = 33.08%
R=28.30%
G=38.62%
B=33.08%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1482021730.2700.140.21147.7833.7568.63
Hex94CAAD1B0E15942245
Octal224312255330162522442105
Binary100101001100101010101101110110111010101100101001000101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94CAAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94CAAD; }

 p { color: rgb(148,202,173); }

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

<style>
 a { background-color: #94CAAD; }

 a { background-color: rgb(148,202,173); }

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

<style>
 span { border-color: #94CAAD; }

 span { border-color: rgb(148,202,173); }

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