#94CDA9

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

Shades of Vista Blue #94CDA9

Tints of Vista Blue #94CDA9

Color information

#94CDA9 (or 0x94CDA9) is unknown color: approx Vista Blue. HEX triplet: 94, CD and A9. RGB value is (148,205,169). Sum of RGB (Red+Green+Blue) = 148+205+169=522 (69% of max value = 765). Red value is 148 (58.20% from 255 or 28.35% from 522); Green value is 205 (80.47% from 255 or 39.27% from 522); Blue value is 169 (66.41% from 255 or 32.38% from 522); Max value from RGB is 205 - color contains mainly: green. Hex color #94CDA9 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94CDA9 is #6B3256. Grayscale: #B7B7B7. Windows color (decimal): -7025239 or 11128212. OLE color: 11128212.

HSL color Cylindrical-coordinate representation of color #94CDA9: hue angle of 142.11º degrees, saturation: 0.36, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #94CDA9 is Cyan = 0.28, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.20.

Color convert

RGB148205169-
CMYK0.2800.180.20
HSL142.11º36.31%69.22%-
HSV(B)142.11º27.8%80.39%-
XYZ41.2152.8245.56-
YUV183.85119.62102.43-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 28.35%
GREEN value IS 205 (80.47% from 255) = 39.27%
BLUE value IS 169 (66.41% from 255) = 32.38%
R=28.35%
G=39.27%
B=32.38%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1482051690.2800.180.20142.1136.3169.22
Hex94CDA91C012148e2445
Octal224315251340222421644105
Binary1001010011001101101010011110001001010100100011101001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94CDA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,205,169); }

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

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

 a { background-color: rgb(148,205,169); }

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

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

 span { border-color: rgb(148,205,169); }

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